PHP:move_uploaded_file()的用法 PHP
move_uploaded_file
(PHP 4 >= 4.0.3, PHP 5)
move_uploaded_file — 将上传的文件移动到新位置
说明
bool move_uploaded_file
( string $filename
, string $destination
)
PHP:pathinfo()的用法 PHP
pathinfo
(PHP 4 >= 4.0.3, PHP 5)
pathinfo — 返回文件路径的信息
说明
mixed pathinfo
( string $path
[, int $options = PATHINFO_DIRNAME | PATHINFO_BASENAME | PATHINFO_EX
PHP:readlink()的用法 PHP
readlink (PHP 4, PHP 5)
readlink — 返回符号连接指向的目标 说明 string readlink ( string $path ) readlink() 和同名的 C 函数做同样的事,返回符号连...
PHP:pclose()的用法 PHP
pclose
(PHP 4, PHP 5)
pclose — 关闭进程文件指针
说明
int pclose
( resource $handle
)
关闭用
popen() 打开的指向管道的文件指针。
参数
han
PHP:readfile()的用法 PHP
readfile (PHP 4, PHP 5)
readfile — 输出一个文件 说明 int readfile ( string $filename [, bool $use_include_path = false [, ...
PHP:popen()的用法 PHP
popen
(PHP 4, PHP 5)
popen — 打开进程文件指针
说明
resource popen
( string $command
, string $mode
)
打开一个指向进程的管道,该进程由派生给定
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
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:realpath_cache_get()的用法 PHP
realpath_cache_get (PHP 5 = 5.3.2)
realpath_cache_get — Get realpath cache entries 说明 array realpath_cache_get ( ...
PHP:set_file_buffer()的用法 PHP
set_file_buffer
(PHP 4, PHP 5)
set_file_buffer — stream_set_write_buffer() 的别名
说明
此函数是该函数的别名:stream_set_write_buffer()。