Php/func date get last errors
来自菜鸟教程
PHP date_get_last_errors()函数
例
解析日期字符串时返回警告和错误:
<?php date_create("gyuiyiuyui%&&/"); print_r(date_get_last_errors()); ?>
定义和用法
date_get_last_errors()函数返回在解析日期字符串时发现的警告/错误。
句法
date_get_last_errors()
技术细节
返回值: | 返回一个包含有关错误/警告信息的数组 |
PHP版本: | 5.3+ |