首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
无涯教程
无涯教程
创建于2023-07-19
订阅专栏
无涯教程网(www.learnfk.com)提供程序员在线零基础学IT编程技术菜鸟教程。
等 2 人订阅
共3951篇文章
创建于2023-07-19
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
无涯教程-PHP日期和时间函数。 - gmstrftime()
gmstrftime() - 语法 string gmstrftime ( string $format [, int $timestamp] ); 它的行为与strftime()...
无涯教程-PHP日期和时间函数。 - localtime()
localtime() - 语法 array localtime ( [int $timestamp [, bool $is_associative]] ); localtime()函数...
无涯教程-PHP日期和时间函数。 - microtime()
microtime() - 语法 mixed microtime ( [bool $get_as_float] ); 此函数返回当前Unix时间戳(微秒),此函...
无涯教程-PHP日期和时间函数。 - mktime()
mktime() - 语法 mktime(hour,minute,second,month,day,year,is_dst); 此函数返回与给定参数对应的Unix时...
无涯教程-PHP日期和时间函数。 - timezone_abbreviations_list()
timezone_abbreviations_list() - 语法 array timezone_abbreviations_list ( void ); array DateTimeZo...
无涯教程-PHP日期和时间函数。 - timezone_name_from_abbr()
timezone_name_from_abbr() - 语法 timezone_name_from_abbr( $abbr [, $gmtOffset [, $is_dst]] ); 此...
无涯教程-PHP日期和时间函数。 - timezone_offset_get()
timezone_offset_get() - 语法 int timezone_offset_get ( $object, $datetime ); int DateTimeZone::g...
无涯教程-PHP日期和时间函数。 - timezone_transitions_get()
timezone_transitions_get() - 语法 array timezone_transitions_get ( DateTimeZone $object ) array D...
无涯教程-PHP错误处理函数 - debug_backtrace()
debug_backtrace() - 语法 array debug_backtrace ( void ); 它返回一个关联数组。可能返回的元素如下所...
无涯教程-PHP错误处理函数 - debug_print_backtrace()
debug_print_backtrace() - 语法 void debug_print_backtrace ( void ); 此函数打印PHP回溯。它打印函数...
无涯教程-PHP错误处理函数 - error_get_last()
error_get_last() - 语法 array error_get_last ( void ); 该函数获取有关上次发生的错误的信息。 error_...
无涯教程-PHP错误处理函数 - error_log()
error_log() - 语法 bool error_log ( string $message [, int $message_type [, string $destination [,...
无涯教程-PHP错误处理函数 - error_reporting()
error_reporting() - 语法 int error_reporting ( [int $level] ); 函数的作用是:在运行时设置error_repo...
无涯教程-PHP错误处理函数 - restore_error_handler()
restore_error_handler() - 语法 bool restore_error_handler ( void ); 此函数在使用set_error_handler(...
无涯教程-PHP错误处理函数 - restore_exception_handler()
restore_exception_handler() - 语法 bool restore_exception_handler ( void ); 在使用set_exceptionhan...
无涯教程-PHP错误处理函数 - trigger_error()
trigger_error() - 语法 bool trigger_error ( string $error_msg [, int $error_type] ); 此函数用于触...
无涯教程-PHP错误处理函数 - user_error()
user_error() - 语法 bool user_error ( string $error_msg [, int $error_type] ); 此函数是trigger_er...
无涯教程-PHP Array数组函数
这些函数允许您以各种方式与数组交互和操作数组。数组对于存储、管理和操作变量集是必不可少的。 PHP数组...
无涯教程-PHP Class/Object函数
这些函数允许您获取有关类和实例对象的信息。您可以获取对象所属的类的名称,以及其成员属性和方法。 Cl...
无涯教程-PHP Directory目录函数
提供这些函数是为了操作任何目录。 Directory目录常量 php-表示支持该常量的php的最早版本。 Sr.No Con...
下一页