PHP chr()函数讲解 PHPchr()函数实例从不同ASCII值返回字符:<?phpechochr(52)."<br>";//Decimalvalueechochr(052)."< chr()函数讲解