| reduce_double_slashes() | ใช้เปลี่ยน double slashes ให้เป็น single slashes ยกเว้นคำว่า http:// |
|---|
function:reduce_double_slashes ( text )
return type:string
content:ใช้เปลี่ยน double slashes ให้เป็น single slashes ยกเว้นคำว่า http://
example:$path = "http://www.bamboolabcode.com//index.php"; echo reduce_double_slashes ( $path );