PHP:rewind()的用法_Filesystem函数 rewind (PHP 4, PHP 5) rewind — 倒回文件指针的位置 说明 bool rewind ( resource $handle ) 将 handle 的文件位置指针设为文件流的开... 技术教程 4个月前07150
PHP:set_file_buffer()的用法_Filesystem函数 set_file_buffer (PHP 4, PHP 5) set_file_buffer — stream_set_write_buffer() 的别名 说明 此函数是该函数的别名:stream... 技术教程 4个月前07130
PHP:rmdir()的用法_Filesystem函数 rmdir (PHP 4, PHP 5) rmdir — 删除目录 说明 bool rmdir ( string $dirname [, resource $context ] ) 尝试删除 dirn... 技术教程 4个月前08040
PHP:rename()的用法_Filesystem函数 rename (PHP 4, PHP 5) rename — 重命名一个文件或目录 说明 bool rename ( string $oldname , string $newname [, reso... 技术教程 4个月前06430
PHP:stat()的用法_Filesystem函数 stat (PHP 4, PHP 5) stat — 给出文件的信息 说明 array stat ( string $filename ) 获取由 filename 指定的文件的统计信息。如果 fil... 技术教程 4个月前08070
PHP:realpath()的用法_Filesystem函数 realpath (PHP 4, PHP 5) realpath — 返回规范化的绝对路径名 说明 string realpath ( string $path ) realpath() 扩展所有的符... 技术教程 4个月前07730
PHP:symlink()的用法_Filesystem函数 symlink (PHP 4, PHP 5) symlink — 建立符号连接 说明 bool symlink ( string $target , string $link ) symlink() ... 技术教程 4个月前07250
PHP:tempnam()的用法_Filesystem函数 tempnam (PHP 4, PHP 5) tempnam — 建立一个具有唯一文件名的文件 说明 string tempnam ( string $dir , string $prefix ) 在... 技术教程 4个月前09170
PHP:umask()的用法_Filesystem函数 umask (PHP 4, PHP 5) umask — 改变当前的 umask 说明 int umask ([ int $mask ] ) umask() 将 PHP 的 umask 设定为 mas... 技术教程 4个月前07880
PHP:touch()的用法_Filesystem函数 touch (PHP 4, PHP 5) touch — 设定文件的访问和修改时间 说明 bool touch ( string $filename [, int $time = time() [, ... 技术教程 4个月前07700