mkdir php在服务器上创建目录
php在服务器上创建目录 [代码片段(3行)]
mkdir( "testdir", 0777 ); // global read/write/execute permissions mkdir( "testdir", 0755 ); // world and group: read/execute only // owner: read/write/execute
精彩图集
精彩文章
mkdir( "testdir", 0777 ); // global read/write/execute permissions mkdir( "testdir", 0755 ); // world and group: read/execute only // owner: read/write/execute
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229