fseek (PHP 3, PHP 4 >= 4.0.0) fseek -- 定位一个文件的指针 描述 int fseek (int fp, int offset )
curl_close (PHP 4 >= 4.0.2) curl_close -- 关闭一个CURL会话 描述 void curl_close (int ch)
XI. CURL, 客户 URL 库函数 PHP 支持libcurl(允许你用不同的协议连接和沟通不同的服务器)。, libcurl当前支持http, https, ftp, gopher, t
curl_exec (PHP 4 >= 4.0.2) curl_exec -- 执行一个CURL会话 描述 bool curl_exec (int ch)
count (PHP 3, PHP 4 >= 4.0.0) count -- 计算变量中元素的个数 描述 int count (mixed var) 返回一个变
file (PHP 3, PHP 4 >= 4.0.0) file -- 读取整个文件到数组 描述 array file (string filename )
fwrite (PHP 3, PHP 4 >= 4.0.0) fwrite -- 二进制文件写入 描述 int fwrite (int fp, string string
fopen (PHP 3, PHP 4 >= 4.0.0) fopen -- 打开文件或URL 描述 int fopen (string filename, string
flock (PHP 3>= 3.0.7, PHP 4 >= 4.0.0) flock -- 锁定文件 描述 bool flock (int fp, int ope
fputs (PHP 3, PHP 4 >= 4.0.0) fputs -- 写入到文件指针处 描述 int fputs (int fp, string str )