urlencode

URL-encode a String according to RFC 1738.


Syntax


Parameters

  • String subject - The String to be URL-encoded.


Result

  • String - The encoded String.

Returns subject with all non-alphanumeric characters except underscores (_) replaced by percentage signs (%) followed by a hexadecimal character code.

ptpscript/functions/urlencode.txt · Last modified: 2007/01/24 10:15
 
 
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki