首页
快讯
工具箱
门户
导航
云销售
搜索
登录
注册
首页
话题
小组
问答
好文
用户
我的社区
域名交易
唠叨
首页
小组
php技术
php技术
36957 帖子
24 成员
创建于 2024-06-02
组长:
道亮_(:з」∠)_
加入小组
PHP(外文名:PHP: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,利于学习,使用广泛,主要适用于Web开发领域。PHP 独特的语法混合了C、Java、Perl以及PHP自创的语法。
php交流
php函数
php学习
php代码
发布帖子
全部
交流
分享
函数
redis
翻译
[函数]
RegexIterator::setFlags()函数—用法及示例
函数名称:RegexIterator::setFlags() 函数描述:设置正则表达式迭代器的标志位。 适用版本:PHP 5 > 5.2.0, PHP 7 语法:public void Rege...
啊龙
发表于
216 天前
0
13
[函数]
RegexIterator::setMode()函数—用法及示例
函数:RegexIterator::setMode() 适用版本:PHP 5 > 5.2.0, PHP 7 用法:RegexIterator::setMode(int $mode) : void...
啊龙
发表于
216 天前
0
15
[函数]
RegexIterator::setPregFlags()函数—用法及示例
函数名称:RegexIterator::setPregFlags() 函数描述:设置正则表达式标志 适用版本:PHP 5 > 5.2.0, PHP 7 用法: RegexIterator::se...
啊龙
发表于
216 天前
0
18
[函数]
register_shutdown_function()函数—用法及示例
函数名:register_shutdown_function() 适用版本:所有PHP版本 用法:register_shutdown_function() 函数用于在脚本执行完毕或者因致命错误而终止时...
啊龙
发表于
216 天前
0
18
[函数]
register_tick_function()函数—用法及示例
函数名:register_tick_function() 适用版本:PHP 4 > 4.0.3, PHP 5, PHP 7 函数描述:register_tick_function() 函数用于注...
啊龙
发表于
216 天前
0
16
[函数]
rename()函数—用法及示例
函数名称:rename() 适用版本:所有PHP版本 函数描述:rename()函数用于重命名或移动文件或目录。 语法:bool rename ( string $oldname , string $...
啊龙
发表于
216 天前
0
13
[函数]
reset()函数—用法及示例
函数名称:reset() 适用版本:PHP 4, PHP 5, PHP 7 函数描述:reset() 函数将数组的内部指针指向第一个元素,并返回该元素的值。 语法:reset(array $array...
啊龙
发表于
216 天前
0
19
[函数]
ResourceBundle::count()函数—用法及示例
函数:ResourceBundle::count() 适用版本:PHP 5 > 5.3.2, PHP 7 用法:ResourceBundle::count() 函数用于获取 Resource B...
啊龙
发表于
216 天前
0
15
[函数]
ResourceBundle::create()函数—用法及示例
函数名称:ResourceBundle::create() 适用版本:PHP 5 > 5.3.2, PHP 7, PHP 8 函数描述:创建一个ResourceBundle对象,用于访问特定于语...
啊龙
发表于
216 天前
0
14
[函数]
ReflectionParameter::isPassedByReference()函数—用法及示例
函数名称:ReflectionParameter::isPassedByReference() 适用版本:PHP 5 > 5.4.0, PHP 7 用法:ReflectionParameter:...
啊龙
发表于
216 天前
0
21
[函数]
ReflectionParameter::isVariadic()函数—用法及示例
函数名:ReflectionParameter::isVariadic() 适用版本:PHP 5 > 5.6.0, PHP 7 函数描述:该函数用于检查参数是否为可变参数。 用法: bool R...
啊龙
发表于
216 天前
0
22
[函数]
ReflectionParameter::__clone()函数—用法及示例
ReflectionParameter::__clone()函数用于创建ReflectionParameter对象的副本。 用法: public ReflectionParameter Reflect...
啊龙
发表于
216 天前
0
15
[函数]
ReflectionParameter::__construct()函数—用法及示例
函数名:ReflectionParameter::__construct() 适用版本:PHP 5 > 5.1.0, PHP 7 用法:ReflectionParameter::__constr...
啊龙
发表于
216 天前
0
17
[函数]
ReflectionProperty::isPublic()函数—用法及示例
ReflectionProperty::isPublic()是一个PHP函数,用于检查类的属性是否为公共属性(public)。 用法: bool ReflectionProperty::isPubli...
啊龙
发表于
216 天前
0
34
[函数]
ReflectionParameter::__toString()函数—用法及示例
函数名称:ReflectionParameter::__toString() 适用版本:PHP 5 > 5.1.0, PHP 7 函数描述:返回参数的字符串表示形式,包括参数的类型和名称。 用法...
啊龙
发表于
216 天前
0
24
[函数]
ReflectionProperty::export()函数—用法及示例
ReflectionProperty::export()函数用于导出一个类的属性。 用法: ReflectionProperty::export(mixed $class, string $name ...
啊龙
发表于
216 天前
0
38
[函数]
ReflectionProperty::getAttributes()函数—用法及示例
函数名称:ReflectionProperty::getAttributes() 适用版本:PHP 8.0.0 及以上版本 函数用法: ReflectionProperty::getAttribute...
啊龙
发表于
216 天前
0
23
[函数]
ReflectionProperty::getDeclaringClass()函数—用法及示例
函数名称:ReflectionProperty::getDeclaringClass() 适用版本:PHP 5, PHP 7 函数描述: ReflectionProperty::getDeclarin...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionProperty::getDefaultValue()函数—用法及示例
函数名称:ReflectionProperty::getDefaultValue() 函数描述:该方法用于获取属性的默认值。 适用版本:该函数在PHP 5.4.0及更高版本中可用。 语法:public...
啊龙
发表于
216 天前
0
32
[函数]
ReflectionProperty::getDocComment()函数—用法及示例
函数名称:ReflectionProperty::getDocComment() 适用版本:PHP 5 > 5.1.0, PHP 7 函数说明:ReflectionProperty::getDo...
啊龙
发表于
216 天前
0
15
[函数]
ReflectionProperty::getModifiers()函数—用法及示例
函数名:ReflectionProperty::getModifiers() 适用版本:所有 PHP 版本 用法:该方法用于获取属性的修饰符。修饰符表示属性的访问级别和其他特性。 语法:int Ref...
啊龙
发表于
216 天前
0
15
[函数]
ReflectionProperty::getName()函数—用法及示例
ReflectionProperty::getName()是一个PHP函数,用于获取反射属性的名称。 使用方法如下: public string ReflectionProperty::getName...
啊龙
发表于
216 天前
0
18
[函数]
ReflectionProperty::getType()函数—用法及示例
函数名称:ReflectionProperty::getType() 适用版本:PHP 7.4+ 函数说明:ReflectionProperty::getType() 方法用于获取类属性的类型。 用法...
啊龙
发表于
216 天前
0
92
[函数]
ReflectionProperty::getValue()函数—用法及示例
ReflectionProperty::getValue()函数用于获取对象的属性值。 函数原型: public ReflectionProperty::getValue ( object $obje...
啊龙
发表于
216 天前
0
23
[函数]
ReflectionProperty::hasDefaultValue()函数—用法及示例
函数名:ReflectionProperty::hasDefaultValue() 适用版本:PHP 5 > 5.1.0, PHP 7 用法:ReflectionProperty::hasDef...
啊龙
发表于
216 天前
0
20
[函数]
ReflectionProperty::hasType()函数—用法及示例
函数名称:ReflectionProperty::hasType() 适用版本:PHP 7.4.0 及以上版本 函数说明:ReflectionProperty::hasType() 方法用于检查属性是...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionProperty::isDefault()函数—用法及示例
ReflectionProperty::isDefault()方法用于检查属性是否为默认值。 用法: bool ReflectionProperty::isDefault ( void ) 参数: ...
啊龙
发表于
216 天前
0
132
[函数]
ReflectionProperty::isInitialized()函数—用法及示例
函数名称:ReflectionProperty::isInitialized() 函数描述:该函数用于检查类的属性是否已经被初始化。 函数参数:无参数 返回值:如果属性已经被初始化,则返回true,否...
啊龙
发表于
216 天前
0
18
[函数]
ReflectionProperty::isPrivate()函数—用法及示例
函数名:ReflectionProperty::isPrivate() 适用版本:PHP 5 > 5.1.0, PHP 7 函数说明:ReflectionProperty::isPrivate(...
啊龙
发表于
216 天前
0
18
[函数]
ReflectionProperty::isPromoted()函数—用法及示例
函数名称:ReflectionProperty::isPromoted() 适用版本:PHP 8.0.0 及以上 函数说明:ReflectionProperty::isPromoted() 方法用于检...
啊龙
发表于
216 天前
0
15
«
97
98
99
100
101
102
103
104
105
106
107
»
成员
更多
AIGC
csdn大佬
91云脑
蓝湛
喵小乐
凯特网
fifa45
电脑助手
站长交流