PHP:is_writable()的用法 PHP
is_writable
(PHP 4, PHP 5)
is_writable — 判断给定的文件名是否可写
说明
bool is_writable
( string $filename
)
如果文件存在并且可写则返回 TRUE。file
PHP:lchgrp()的用法 PHP
lchgrp
(PHP 5 >= 5.1.2)
lchgrp — Changes group ownership of symlink
说明
bool lchgrp
( string $filename
, mixed $group
)
Attempts to change the group of the symlink f
PHP:link()的用法 PHP
link
(PHP 4, PHP 5)
link — 建立一个硬连接
说明
bool link
( string $target
, string $link
)
link() 建立一个硬连接。
参数
target
要
PHP:linkinfo()的用法 PHP
linkinfo (PHP 4, PHP 5)
linkinfo — 获取一个连接的信息 说明 int linkinfo ( string $path ) 获取一个连接的信息。 本函数用来验证一个连接(由 path 所指向的.....
PHP:lchown()的用法 PHP
lchown
(PHP 5 >= 5.1.2)
lchown — Changes user ownership of symlink
说明
bool lchown
( string $filename
, mixed $user
)
Attempts to change the owner of the symlink fil
PHP:lstat()的用法 PHP
lstat (PHP 4, PHP 5)
lstat — 给出一个文件或符号连接的信息 说明 array lstat ( string $filename ) 获取由 filename 指定的文件或符号连接的统计信息。 参数 f...
PHP:glob()的用法 PHP
glob
(PHP 4 >= 4.3.0, PHP 5)
glob — 寻找与模式匹配的文件路径
说明
array glob
( string $pattern
[, int $flags = 0
] )
glob() 函数依照 libc glob() 函数
PHP:diskfreespace()的用法 PHP
diskfreespace
(PHP 4, PHP 5)
diskfreespace — disk_free_space() 的别名
说明
此函数是该函数的别名:disk_free_space()。
PHP:mkdir()的用法 PHP
mkdir (PHP 4, PHP 5)
mkdir — 新建目录 说明 bool mkdir ( string $pathname [, int $mode = 0777 [, bool $recursive = false ...
PHP:parse_ini_string()的用法 PHP
parse_ini_string
(PHP 5 >= 5.3.0)
parse_ini_string — Parse a configuration string
说明
array parse_ini_string
( string $ini
[, bool $process_sections = false
[, int $scanne