首页
快讯
工具箱
门户
导航
云销售
搜索
登录
注册
首页
话题
小组
问答
好文
用户
我的社区
域名交易
唠叨
首页
小组
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
翻译
[函数]
ReflectionProperty::isProtected()函数—用法及示例
方法:ReflectionProperty::isProtected() 适用版本:PHP 5 > 5.0.0, PHP 7 用法:ReflectionProperty::isProtected...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionProperty::isReadOnly()函数—用法及示例
函数名:ReflectionProperty::isReadOnly() 适用版本:PHP 7.4.0 及以上版本 用法:ReflectionProperty::isReadOnly() 方法用于检查...
啊龙
发表于
216 天前
0
18
[函数]
ReflectionProperty::isStatic()函数—用法及示例
函数名称:ReflectionProperty::isStatic() 函数描述:该函数用于判断一个属性是否为静态属性。 函数参数:无 返回值:布尔值,如果属性为静态属性则返回true,否则返回fal...
啊龙
发表于
216 天前
0
18
[函数]
ReflectionProperty::setAccessible()函数—用法及示例
ReflectionProperty::setAccessible()是一个用于设置属性的可访问性的方法。它允许我们绕过属性的访问修饰符(public、protected、private)来访问和修改...
啊龙
发表于
216 天前
0
16
[函数]
ReflectionProperty::setValue()函数—用法及示例
函数名称:ReflectionProperty::setValue() 适用版本:PHP 5, PHP 7 函数说明:ReflectionProperty::setValue() 方法用于设置一个对象...
啊龙
发表于
216 天前
0
28
[函数]
ReflectionProperty::__clone()函数—用法及示例
ReflectionProperty::__clone()函数用于克隆ReflectionProperty对象。 用法: ReflectionProperty ReflectionProperty::...
啊龙
发表于
216 天前
0
16
[函数]
ReflectionProperty::__construct()函数—用法及示例
ReflectionProperty::__construct()是用于创建ReflectionProperty对象的构造函数。它用于获取类的属性信息并提供对属性的反射访问。 使用方法如下: $ref...
啊龙
发表于
216 天前
0
16
[函数]
ReflectionProperty::__toString()函数—用法及示例
ReflectionProperty::__toString()函数是用于返回ReflectionProperty对象的字符串表示形式。它可以通过直接调用echo或print函数来自动调用。下面是该函...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionReference::fromArrayElement()函数—用法及示例
函数名称:ReflectionReference::fromArrayElement() 适用版本:PHP 7.4.0 及以上版本 函数说明:ReflectionReference::fromArra...
啊龙
发表于
216 天前
0
22
[函数]
ReflectionObject::export()函数—用法及示例
函数名称:ReflectionObject::export() 适用版本:PHP 5, PHP 7 用法:ReflectionObject::export()函数用于将ReflectionObject...
啊龙
发表于
216 天前
0
13
[函数]
ReflectionMethod::isFinal()函数—用法及示例
函数名称:ReflectionMethod::isFinal() 适用版本:PHP 5 > 5.0.0, PHP 7 函数描述:该函数用于检查一个方法是否被声明为final(最终的)。 用法: ...
啊龙
发表于
216 天前
0
15
[函数]
ReflectionMethod::isPrivate()函数—用法及示例
函数名:ReflectionMethod::isPrivate() 适用版本:PHP 5 > 5.2.0, PHP 7 函数描述:判断一个方法是否为私有方法 用法: ReflectionMeth...
啊龙
发表于
216 天前
0
15
[函数]
ReflectionMethod::isProtected()函数—用法及示例
函数名称:ReflectionMethod::isProtected() 适用版本:PHP 5 > 5.2.0, PHP 7 函数说明:ReflectionMethod::isProtected...
啊龙
发表于
216 天前
0
32
[函数]
ReflectionMethod::isPublic()函数—用法及示例
函数名称:ReflectionMethod::isPublic() 适用版本:PHP 5 > 5.0.0, PHP 7 函数说明:ReflectionMethod::isPublic() 方法用...
啊龙
发表于
216 天前
0
14
[函数]
ReflectionMethod::setAccessible()函数—用法及示例
ReflectionMethod::setAccessible()是PHP的一个内置函数,它用于设置私有或受保护的方法的可访问性。通过调用该方法,我们可以绕过访问限制,从而在需要的情况下调用私有或受保...
啊龙
发表于
216 天前
0
20
[函数]
ReflectionMethod::__construct()函数—用法及示例
函数名称:ReflectionMethod::__construct() 适用版本:PHP 5, PHP 7 函数描述:ReflectionMethod::__construct() 是 Reflec...
啊龙
发表于
216 天前
0
25
[函数]
ReflectionMethod::__toString()函数—用法及示例
ReflectionMethod::__toString()是一个魔术方法,用于将ReflectionMethod对象转换为字符串。它没有任何参数。 用法: string ReflectionMeth...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionNamedType::getName()函数—用法及示例
函数名称:ReflectionNamedType::getName() 适用版本:PHP 7.4.0 及以上版本 函数描述:ReflectionNamedType::getName() 方法返回反射命...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionNamedType::isBuiltin()函数—用法及示例
函数:ReflectionNamedType::isBuiltin() 适用版本:PHP 7.0.0 及以上版本 用法:ReflectionNamedType::isBuiltin() 方法用于检查给...
啊龙
发表于
216 天前
0
17
[函数]
ReflectionObject::__construct()函数—用法及示例
函数名称:ReflectionObject::__construct() 适用版本:PHP 5 > 5.0.2, PHP 7 函数描述:ReflectionObject::__construct...
啊龙
发表于
216 天前
0
25
[函数]
ReflectionParameter::allowsNull()函数—用法及示例
函数名称:ReflectionParameter::allowsNull() 适用版本:PHP 5 > 5.1.0, PHP 7 函数描述:该函数用于检查参数是否允许为null。 用法: boo...
啊龙
发表于
216 天前
0
18
[函数]
ReflectionParameter::canBePassedByValue()函数—用法及示例
函数名:ReflectionParameter::canBePassedByValue() 适用版本:PHP 5 > 5.4.0, PHP 7 函数描述:该函数用于检查参数是否可以通过值传递。 ...
啊龙
发表于
216 天前
0
16
[函数]
ReflectionParameter::export()函数—用法及示例
函数名称:ReflectionParameter::export() 适用版本:PHP 5, PHP 7 用法:ReflectionParameter::export() 方法用于导出参数的字符串表示...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionParameter::getAttributes()函数—用法及示例
函数:ReflectionParameter::getAttributes() 适用版本:PHP 8.0.0及以上 用法:ReflectionParameter::getAttributes()方法用...
啊龙
发表于
216 天前
0
16
[函数]
ReflectionParameter::getClass()函数—用法及示例
函数名:ReflectionParameter::getClass() 适用版本:PHP 5 > 5.1.0, PHP 7 用法:ReflectionParameter::getClass() ...
啊龙
发表于
216 天前
0
19
[函数]
ReflectionParameter::getDeclaringClass()函数—用法及示例
函数名称:ReflectionParameter::getDeclaringClass() 适用版本:PHP 5, PHP 7 函数描述:该函数用于获取定义了包含参数的类。 用法示例: class M...
啊龙
发表于
216 天前
0
14
[函数]
ReflectionParameter::getDeclaringFunction()函数—用法及示例
函数名称:ReflectionParameter::getDeclaringFunction() 适用版本:PHP 5 > 5.1.0, PHP 7 用法: ReflectionParamete...
啊龙
发表于
216 天前
0
14
[函数]
ReflectionParameter::getDefaultValue()函数—用法及示例
函数名称:ReflectionParameter::getDefaultValue() 适用版本:PHP 5 > 5.0.3, PHP 7 函数用法:public ReflectionParam...
啊龙
发表于
216 天前
0
29
[函数]
ReflectionParameter::getDefaultValueConstantName()函数—用法及示例
函数名称:ReflectionParameter::getDefaultValueConstantName() 适用版本:PHP 7.1.0 及以上版本 函数描述:ReflectionParamete...
啊龙
发表于
216 天前
0
33
[函数]
ReflectionParameter::getName()函数—用法及示例
函数名称: ReflectionParameter::getName() 适用版本: PHP 5 > 5.0.2, PHP 7 函数描述: ReflectionParameter::getNam...
啊龙
发表于
216 天前
0
36
«
98
99
100
101
102
103
104
105
106
107
108
»
成员
更多
AIGC
csdn大佬
91云脑
蓝湛
喵小乐
凯特网
fifa45
电脑助手
站长交流