久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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)換為小寫字母

      php中怎么將大寫字母轉(zhuǎn)換為小寫字母

      php中可以使用strtolower()函數(shù)將所有大寫字母轉(zhuǎn)換為小寫字母。

      strtolower() 函數(shù)把字符串轉(zhuǎn)換為小寫。

      注釋:該函數(shù)是二進(jìn)制安全的。

      語(yǔ)法:strtolower(string)

      參數(shù):string 必需。規(guī)定要轉(zhuǎn)換的字符串。

      示例:

      <!DOCTYPE html> <html> <body>  <?php echo strtolower("Hello WORLD."); ?>    </body> </html>

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

      php中怎么將大寫字母轉(zhuǎn)換為小寫字母

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