| character_limiter() | ใช้กำหนด ให้เหลือ ตัวอักษร ตามจำนวนที่กำหนด และต่อท้ายด้วยคำที่กำหนด |
|---|
function:character_limiter ( text, num, suffix )
return type:string
content:ใช้กำหนด ให้เหลือ ตัวอักษร ตามจำนวนที่กำหนด และต่อท้ายด้วยคำที่กำหนด
example:$data = "Welcome To BambooLabCode dot com"; echo word_limiter ( $data, 15, "..." );