Visualizzare l'elenco a discesa

rawurldecode()

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