php中返回ascii值函数odr
时间:2010-12-08 来源:秩名
ord() 函数返回字符串第一个字符的 ascii 值。
语法
ord(string)
*/
$str="h"; //定义字符
$result=ord($str); //求其ascii码
echo "字符".$str."的ascii码为:".$result; //输出的结果,72
标签分类:
相关阅读 更多 +
排行榜 更多 +