ฟังก์ชัน soundex()
หา soundex key ของสตริงตัวอักษรแทนเสียงอ่าน ด้วยฟังก์ชัน soundex()
หา soundex key ของสตริงตัวอักษรแทนเสียงอ่าน ด้วยฟังก์ชัน soundex()
soundex key คือ ตัวอักษรหรือตัวเลข 4 ตัวแทนเสียงอ่าน
รูปแบบ
soundex(string)
string1 คือ สตริง
soundex(string)
string1 คือ สตริง
ตัวอย่าง
<?php
$str = "hello";
echo soundex($str);
?>
<?php
$str = "hello";
echo soundex($str);
?>
ผลลัพธ์
H400
0 ความคิดเห็น:
แสดงความคิดเห็น