ドロップダウンリストを表示

rawurldecode()

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