PHP:disk_total_space()的用法 PHP
disk_total_space (PHP 4 = 4.1.0, PHP 5)
disk_total_space — 返回一个目录的磁盘总大小 说明 float disk_total_space ( string $direc...
PHP:dirname()的用法 PHP
dirname (PHP 4, PHP 5)
dirname — 返回路径中的目录部分 说明 string dirname ( string $path ) 给出一个包含有指向一个文件的全路径的字符串,本函数返回去掉文件名后的目...
PHP:delete()的用法 PHP
delete (None)
delete — 参见 unlink() 或 unset() 说明 void delete ( void ) 这是个虚构的手册条目来给那些本来是找 unlink() 或者 unset() 的人提供一些...
PHP:fclose()的用法 PHP
fclose
(PHP 4, PHP 5)
fclose — 关闭一个已打开的文件指针
说明
bool fclose
( resource $handle
)
将 handle 指向的文件关闭。
参数
handle
PHP:copy()的用法 Python
copy (PHP 4, PHP 5)
copy — 拷贝文件 说明 bool copy ( string $source , string $dest [, resource $context ] ) 将文件从 source ...
标签: python
PHP:disk_free_space()的用法 PHP
disk_free_space (PHP 4 = 4.1.0, PHP 5)
disk_free_space — 返回目录中的可用空间 说明 float disk_free_space ( string $directory ...
PHP:clearstatcache()的用法 PHP
clearstatcache
(PHP 4, PHP 5)
clearstatcache — 清除文件状态缓存
说明
void clearstatcache
([ bool $clear_realpath_cache = false
[, string $filename
]] )
当使用
PHP:chmod()的用法 PHP
chmod (PHP 4, PHP 5)
chmod — 改变文件模式 说明 bool chmod ( string $filename , int $mode ) 尝试将 filename 所指定文件的模式改成 mode 所给...
PHP:chown()的用法 PHP
chown (PHP 4, PHP 5)
chown — 改变文件的所有者 说明 bool chown ( string $filename , mixed $user ) 尝试将文件 filename 的所有者改成用户 use...
PHP:basename()的用法 PHP
basename (PHP 4, PHP 5)
basename — 返回路径中的文件名部分 说明 string basename ( string $path [, string $suffix ] ) 给出一个包含有指向一个...