PHP date_parse() 函数
PHP date_parse() 函数
定义和用法
date_parse() 函数返回一个包含指定日的详细信息的关联数组。
语法
date_parse(date);
参数 | 描述 |
---|---|
date | 必需。规定日期(格式由 strtotime() 接受)。 |
技术细节
返回值: | 如果成功则返回包含被解析日期信息的关联数组,如果失败则返回 FALSE。 |
---|---|
PHP 版本: | 5.2+ |
PHP Date/Time 参考手册
相关文章
- PHP 教程
- PHP echo 和 print 语句
- PHP EOF(heredoc) 使用说明
- PHP 运算符
- PHP 数组
- PHP 文件上传
- PHP Cookie
- PHP 高级过滤器
- PHP array_flip() 函数
- PHP array_intersect_assoc() 函数
- PHP array_push() 函数
- PHP array_reverse() 函数
- PHP array_udiff_uassoc() 函数
- PHP array_unique() 函数
- PHP extract() 函数
- PHP prev() 函数
- PHP uksort() 函数
- PHP 5 Array 函数
- PHP FTP 函数
- PHP 5 Math 函数