PHP date_parse_from_format() 函数
PHP date_parse_from_format() 函数
定义和用法
date_parse_from_format() 函数根据指定的格式返回一个包含指定日期信息的关联数组。
语法
date_parse_from_format(format,date);
参数 | 描述 |
---|---|
format | 必需。规定格式(格式由 date_create_from_format() 接受)。 |
date | 必需。一个指定日期的字符串。 |
技术细节
返回值: | 如果成功则返回包含指定日期信息的关联数组。 |
---|---|
PHP 版本: | 5.3+ |
PHP Date/Time 参考手册
相关文章
- PHP 教程
- PHP 简介
- PHP 安装
- PHP 常量
- PHP Secure E-mails
- PHP 高级过滤器
- PHP array() 函数
- PHP array_diff() 函数
- PHP array_diff_ukey() 函数
- PHP array_udiff_assoc() 函数
- PHP array_uintersect() 函数
- PHP array_walk() 函数
- PHP compact() 函数
- PHP ksort() 函数
- PHP natcasesort() 函数
- PHP reset() 函数
- PHP 5 Date/Time 函数
- PHP FTP 函数
- PHP HTTP 函数
- PHP 杂项 函数