| quotes_to_entities() | ใช้เปลี่ยน double quote และ single quote ให้เป็นสัญลักษณ์พิเศษของภาษา html |
|---|
function:quotes_to_entities ( text )
return type:string
content:ใช้เปลี่ยน double quote และ single quote ให้เป็นสัญลักษณ์พิเศษของภาษา html เช่น เปลี่ยนจาก double quote เป็น "
example:$text = "Bamboo's \"LabCode\""; echo quotes_to_entities ( $text );