學習筆記Day3-2

【ord()和chr() 】php ord — Return ASCII value of characterhtml int ord ( string $string ) 正則表達式 Returns the ASCII value as an integer.算法 <?php $str = "\n"; if (ord($str) == 10) {     echo "The first char
相關文章
相關標籤/搜索