PHP date_get_last_errors() 函数
PHP 教程
· 2019-01-23 20:14:14
实例
返回解析日期字符串时的警告和错误:
<?php
date_create("gyuiyiuyui%&&/");
print_r(date_get_last_errors());
?>
date_create("gyuiyiuyui%&&/");
print_r(date_get_last_errors());
?>
定义和用法
date_get_last_errors() 函数返回解析日期字符串时找到的警告/错误。
语法
date_get_last_errors();
技术细节
返回值: | 返回一个包含有关错误/警告信息的数组。 |
---|---|
PHP 版本: | 5.3+ |
点击查看所有 PHP 教程 文章: https://www.codercto.com/courses/l/5.html
Speed Up Your Site
Andrew B. King / New Riders Press / 2003-01-14 / USD 39.99
There's a time bomb on the web: user patience. It starts ticking each time someone opens one of your pages. You only have a few seconds to get compelling content onto the screen. Fail, and you can kis......一起来看看 《Speed Up Your Site》 这本书的介绍吧!