Afficher la liste déroulante

rawurldecode()

« range | rawurlencode »
<?php
$string 
rawurldecode (
    
  // string $str
);
?>
Résultat
$string = 'foo bar@baz'
Exemples
#1 rawurldecode  ("foo%20bar%40baz")
Voir aussi
rawurlencode, urldecode, urlencode