PHP:strtotime()的用法 PHP

strtotime (PHP 4, PHP 5) strtotime — 将任何英文文本的日期时间描述解析为 Unix 时间戳 说明 int strtotime ( string $time [, int $now = time...
标签: php php教程

发布于  2024-3-1 21:43

PHP:chroot()的用法 PHP

chroot (PHP 4 >= 4.0.5, PHP 5) chroot — 改变根目录 说明 bool chroot ( string $directory ) 将当前进程的根目录改变为 directory。 本函数仅
标签: php php教程

发布于  2024-3-1 21:43

PHP:chdir()的用法 PHP

chdir (PHP 4, PHP 5) chdir — 改变目录 说明 bool chdir ( string $directory ) 将 PHP 的当前目录改为 directory。 参数 directory ...
标签: php php教程

发布于  2024-3-1 21:43

PHP:closedir()的用法 PHP

closedir (PHP 4, PHP 5) closedir — 关闭目录句柄 说明 void closedir ( resource $dir_handle ) 关闭由 dir_handle 指定的目录流。流必须之前被 opendir()
标签: php php教程

发布于  2024-3-1 21:43

PHP:dir()的用法 PHP

dir (PHP 4, PHP 5) dir — 返回一个 Directory 类实例 说明 Directory dir ( string $directory [, resource $context ] ) 以面向对象的方式访问目录。打开
标签: php php教程

发布于  2024-3-1 21:43

PHP:getcwd()的用法 PHP

getcwd (PHP 4, PHP 5) getcwd — 取得当前工作目录 说明 string getcwd ( void ) 取得当前工作目录。 返回值 成功则返回当前工作目录,失
标签: php php教程

发布于  2024-3-1 21:43

PHP:readdir()的用法 PHP

readdir (PHP 4, PHP 5) readdir — 从目录句柄中读取条目 说明 string readdir ([ resource $dir_handle ] ) 返回目录中下一个文件的文件名。文件名以在文件系统...
标签: php php教程

发布于  2024-3-1 21:43

PHP:opendir()的用法 PHP

opendir (PHP 4, PHP 5) opendir — 打开目录句柄 说明 resource opendir ( string $path [, resource $context ] ) 打开一个目录句柄,可用于之后的 closedi
标签: php php教程

发布于  2024-3-1 21:43

PHP:scandir()的用法 PHP

scandir (PHP 5) scandir — 列出指定路径中的文件和目录 说明 array scandir ( string $directory [, int $sorting_order [, resource $context ]] ) 返回一个 a
标签: php php教程

发布于  2024-3-1 21:43

PHP:finfo_buffer()的用法 PHP

finfo_buffer finfo::buffer (PHP 5 >= 5.3.0, PECL fileinfo >= 0.1.0) finfo_buffer -- finfo::buffer — 返回一个字符串缓冲区的信息 说明 过程化风格 string finfo_b
标签: php php教程

发布于  2024-3-1 21:43