PHP:filemtime()的用法 PHP
filemtime (PHP 4, PHP 5)
filemtime — 取得文件修改时间 说明 int filemtime ( string $filename ) 本函数返回文件中的数据块上次被写入的时间,也就是说,文件的内...
PHP:fileowner()的用法 PHP
fileowner (PHP 4, PHP 5)
fileowner — 取得文件的所有者 说明 int fileowner ( string $filename ) 取得文件的所有者。 参数 filename ...
PHP:filegroup()的用法 PHP
filegroup
(PHP 4, PHP 5)
filegroup — 取得文件的组
说明
int filegroup
( string $filename
)
取得该文件所属组的 ID。组 ID 以数字格式返回,用
posix
PHP:fileinode()的用法 PHP
fileinode (PHP 4, PHP 5)
fileinode — 取得文件的 inode 说明 int fileinode ( string $filename ) 取得文件的 inode。 参数 filename .....
PHP:rmdir()的用法 PHP
rmdir (PHP 4, PHP 5)
rmdir — 删除目录 说明 bool rmdir ( string $dirname [, resource $context ] ) 尝试删除 dirname 所指定的目录。 该目...
PHP:set_file_buffer()的用法 PHP
set_file_buffer
(PHP 4, PHP 5)
set_file_buffer — stream_set_write_buffer() 的别名
说明
此函数是该函数的别名:stream_set_write_buffer()。
PHP:rewind()的用法 Linux
rewind
(PHP 4, PHP 5)
rewind — 倒回文件指针的位置
说明
bool rewind
( resource $handle
)
将 handle 的文件位置指针设为文件流的开头。
Note:
标签: linux
PHP:realpath_cache_get()的用法 PHP
realpath_cache_get (PHP 5 = 5.3.2)
realpath_cache_get — Get realpath cache entries 说明 array realpath_cache_get ( ...
PHP:realpath_cache_size()的用法 PHP
realpath_cache_size
(PHP 5 >= 5.3.2)
realpath_cache_size — Get realpath cache size
说明
int realpath_cache_size
( void
)
Get the amount of memory used by the realpath ca
PHP:parse_ini_file()的用法 PHP
parse_ini_file
(PHP 4, PHP 5)
parse_ini_file — 解析一个配置文件
说明
array parse_ini_file
( string $filename
[, bool $process_sections = false
[, int $scanner_mode = I