久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      php字符轉(zhuǎn)ASCII碼的實(shí)現(xiàn)方法

      php字符轉(zhuǎn)ASCII碼的實(shí)現(xiàn)方法

      php字符轉(zhuǎn)ASCII碼的實(shí)現(xiàn)方法

      在php中可以使用ord()函數(shù)將字符轉(zhuǎn)為ASCII碼。

      ord() 定義和用法

      ord() 函數(shù)返回字符串中第一個(gè)字符的 ASCII 值。

      語法

      ord(string)

      參數(shù)

      string 必需。要從中獲得 ASCII 值的字符串。

      返回值: 以整數(shù)形式返回 ASCII 值。

      實(shí)例

      返回 "h" 的 ASCII值:

      <?php echo ord("h")."<br>"; echo ord("hello")."<br>"; ?>

      運(yùn)行結(jié)果:

      104 104

      推薦:《PHP視頻教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)