| trim_slashes() | ใช้ลบ slashes ที่อยู่ด้านหน้าสุด และด้านหลังสุด ออก |
|---|
function:trim_slashes ( text );
return type:string
content:ใช้ลบ slashes ที่อยู่ด้านหน้าสุด และด้านหลังสุด ออก
example:$path = "/index.php/project/form/"; echo trim_slashes ( $path );