ฟังก์ชัน ord()
อ่านค่า ASCII ของตัวอักษรแรกของ string ด้วยฟังก์ชัน ord()
อ่านค่า ASCII ของตัวอักษรแรกของ string ด้วยฟังก์ชัน ord()
รูปแบบ
ord(string)
string คือ สตริง
ord(string)
string คือ สตริง
ตัวอย่าง
<?php
$str = "Hello World!";
echo ord($str);
?>
<?php
$str = "Hello World!";
echo ord($str);
?>
ผลลัพธ์
72
0 ความคิดเห็น:
แสดงความคิดเห็น