ord
PHP 4, PHP 5, PHP 7, PHP 8
ord - Convert the first byte of a string to a value between 0 and 255
Example #1 Examining the individual bytes of a UTF-8 string
Result: Byte 0 of $str has value 240
Byte 1 of $str has value 159
Byte 2 of $str has value 144
Byte 3 of $str has value 152
Example #2 ord example
Example #3 of ord