PHP:chgrp()的用法_Filesystem函数 chgrp (PHP 4, PHP 5) chgrp — 改变文件所属的组 说明 bool chgrp ( string $filename , mixed $group ) 尝试将文件 filena... 技术教程 4个月前07440
PHP:basename()的用法_Filesystem函数 basename (PHP 4, PHP 5) basename — 返回路径中的文件名部分 说明 string basename ( string $path [, string $suffix ... 技术教程 4个月前06880
PHP:chown()的用法_Filesystem函数 chown (PHP 4, PHP 5) chown — 改变文件的所有者 说明 bool chown ( string $filename , mixed $user ) 尝试将文件 filenam... 技术教程 4个月前07400
PHP:chmod()的用法_Filesystem函数 chmod (PHP 4, PHP 5) chmod — 改变文件模式 说明 bool chmod ( string $filename , int $mode ) 尝试将 filename 所指定文... 技术教程 4个月前08000
PHP:clearstatcache()的用法_Filesystem函数 clearstatcache (PHP 4, PHP 5) clearstatcache — 清除文件状态缓存 说明 void clearstatcache ([ bool $clear_realpa... 技术教程 4个月前07120
PHP:copy()的用法_Filesystem函数 copy (PHP 4, PHP 5) copy — 拷贝文件 说明 bool copy ( string $source , string $dest [, resource $context ] ... 技术教程 4个月前06640