chr

(PHP 4, PHP 5, PHP 7)

chr����ָ�����ַ�

˵��

chr ( int $ascii ) : string

�������Ӧ�� ascii ��ָ���ĵ����ַ���

�˺����� ord() �ǻ����ġ�

����

ascii

Ascii �롣

����ֵ

���ع涨���ַ���

����

Example #1 chr() ����

<?php
$str 
"The string ends in escape: ";
$str .= chr(27); /* �� $str ������ӻ���� */

/* ͨ������������ */

$str sprintf("The string ends in escape: %c"27);
?>

�μ�