March 2002
Intermediate to advanced
528 pages
21h 29m
English
urlencode
string urlencode(string url)
Returns a string created by URI encoding
url. Certain characters are replaced by
sequences of characters beginning with a %
followed by a hexadecimal number; for example, spaces are replaced
with %20. This function differs from
rawurlencode( ) in that it encodes spaces as plus
signs (+).