php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #38656 Error in german function description of urlencode
Submitted: 2006-08-30 12:29 UTC Modified: 2007-01-15 14:49 UTC
From: rc at opelgt dot org Assigned: sammywg (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: all
Private report: No CVE-ID: None
 [2006-08-30 12:29 UTC] rc at opelgt dot org
Description:
------------
Dies unterscheidet sich von der Kodierung in RFC1738 (siehe 
rawurlencode()), bei dem aus historischen Gr?nden Leerzeichen 
als Pluszeichen (+) kodiert werden. Diese Funktion ist sehr 
n?tzlich, um einen String zu kodieren, der im Queryteil einer 
URL verwendet werden soll. Dies ist eine bequeme Art, 
Variablen an die n?chste Seite zu ?bergeben:

Should be:

Die Umsetzung des Leerzeichens zum Pluszeichen (+) hat 
historische Gr?nde und stellt den Unterschied zur Kodierung 
nach RFC1738 (siehe rawurlencode()) dar, bei der das 
Leerzeichen als %20 kodiert wird. Die Funktion urlencode() ist 
sehr n?tzlich, um einen String zu kodieren, der im Queryteil 
einer URL verwendet werden soll. Der Queryteil ist eine 
bequeme Art, Variablen an die n?chste Seite zu ?bergeben:


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-15 14:49 UTC] sammywg@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 07 09:01:33 2025 UTC