Return ASCII value of character - PHP

Return ASCII value of character - PHP

瀏覽:401
日期:2025-06-16
int ord ( string $string ) ... Returns the ASCII value as an integer. .... I found I wanted to sanitize a string for certain ASCII/ANSI characters, but to leave unicode  ......看更多