显示下拉菜单

rawurlencode()

« rawurldecode | read_exif_data »
<?php
$string 
rawurlencode (
    
  // string $str
);
?>
结果
$string = 'foo%20%40%2B%25%2F'
示例
#1 rawurlencode  ("foo @+%/")
#2 rawurlencode  ("sales and marketing/Miami")
另请参阅
rawurldecode, urldecode, urlencode