久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      php中mkdir的使用方法介紹

      php中mkdir的使用方法介紹

      PHPmkdir如何創(chuàng)建多級目錄

      首先,我們來說明一下可能很多朋友認(rèn)為只要給一個路徑,mkdir就可以創(chuàng)建文件夾,其實(shí)并不是那樣,單個的MKDIR只能創(chuàng)建一級目錄,對于多級的就不行了,那如何用mkdir來創(chuàng)建呢?

      手冊上的有關(guān)mkdir的描述,如下:

      說明

      bool mkdir ( string pathname [, int mode [, bool recursive [, resource context]]] )

      嘗試新建一個由 pathname 指定的目錄。

      注意:也許想用八進(jìn)制數(shù)指定模式,也就是說該數(shù)應(yīng)以零打頭,模式也會被當(dāng)前的 umask 修改,可以用 umask() 來改變。

      注意:mode 在 Windows 下被忽略。自 PHP 4.2.0 起成為可選項(xiàng)。

      默認(rèn)的 mode 是 0777,意味著最大可能的訪問權(quán)。有關(guān) mode 的

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