显示文本框

rawurldecode()

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