PHP:FrenchToJD()的用法 PHP

FrenchToJD (PHP 4, PHP 5) FrenchToJD — 从一个French Republican历法的日期得到Julian Day计数。 说明 int frenchtojd ( int $month , i...
标签: php php教程

发布于  2024-3-1 21:43

PHP:easter_date()的用法 PHP

easter_date (PHP 4, PHP 5) easter_date — 得到指定年份的复活节午夜时的Unix时间戳。 说明 int easter_date ([ int $year ] ) 返回指定年份的复活节午夜时的...
标签: php php教程

发布于  2024-3-1 21:43

PHP:cal_from_jd()的用法 PHP

cal_from_jd (PHP 4 = 4.1.0, PHP 5) cal_from_jd — 转换Julian Day计数到一个支持的历法。 说明 array cal_from_jd ( int $jd , int $ca...
标签: php php教程

发布于  2024-3-1 21:43

PHP:finfo_file()的用法 PHP

finfo_file finfo::file (PHP >= 5.3.0, PECL fileinfo >= 0.1.0) finfo_file -- finfo::file — 返回一个文件的信息 说明 过程化风格 string finfo_file ( resource $fi
标签: php php教程

发布于  2024-3-1 21:43

PHP:finfo_set_flags()的用法 PHP

finfo_set_flags finfo::set_flags (PHP >= 5.3.0, PECL fileinfo >= 0.1.0) finfo_set_flags -- finfo::set_flags — 设置 libmagic 配置选项 说明 过程化风格 bool finfo_set_
标签: php php教程

发布于  2024-3-1 21:43

PHP:finfo_close()的用法 PHP

finfo_close (PHP = 5.3.0, PECL fileinfo = 0.1.0) finfo_close — 关闭 fileinfo 资源 说明 bool finfo_close ( resource $fi...
标签: 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

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:opendir()的用法 PHP

opendir (PHP 4, PHP 5) opendir — 打开目录句柄 说明 resource opendir ( string $path [, resource $context ] ) 打开一个目录句柄,可用于之后的 closedi
标签: 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