Dropdown-Liste anzeigen

rawurldecode()

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