Display the drop-down list

rawurldecode()

« range | rawurlencode »
<?php
$string 
rawurldecode (
    
  // string $str
);
?>
Result
$string = 'foo bar@baz'
Examples
#1 rawurldecode  ("foo%20bar%40baz")
See also
rawurlencode, urldecode, urlencode