PHP » GoLang |
login |
register |
about
|
urldecode(PHP 4, PHP 5, PHP 7) urldecode — Decodes URL-encoded string Description
string urldecode
( string
$str
)Decodes any %## encoding in the given string. Plus symbols ('+') are decoded to a space character. Parameters
Return ValuesReturns the decoded string. Examples
Example #1 urldecode() example
<?php NotesSee Also
|
more
Recently updated
more
Most requested
more
Last requests
|