PHP date_get_last_errors() 函数 PHP date_format() 函数 PHP date_interval_format() 函数 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+ PHP date_format() 函数 PHP date_interval_format() 函数