function:substr_count ( string, find );return type:intcontent:ใช้นับจำนวน ตัวอักษรที่กำหนดใน stringexample:echo substr_count ( "bamboolabcode", "b" );