ord ( string
$string
) : intord function interprets the binary value of the first byte of string
as an unsigned integer. This tool works like mb_ord so value can be higher than 255 on regular ord function.
chr is inversed ord function, so:
ord(chr(200)) == 200 // true