manual.verysource.com
源码
技术论坛
博客
程序员在线工具箱
php教程
php手册
php手册
PHP Manual
反射
ReflectionFunctionAbstract 类
ReflectionFunctionAbstract 类
(PHP 5 >= 5.2.0, PHP 7)
简介
ReflectionFunction
的父类,详情请阅读它的描述。
类摘要
ReflectionFunctionAbstract
implements
Reflector
{
/* 属性 */
public
$
name
;
/* 方法 */
final
private
__clone
(
void
) :
void
public
getClosureScopeClass
(
void
) :
ReflectionClass
public
getClosureThis
(
void
) :
object
public
getDocComment
(
void
) :
string
public
getEndLine
(
void
) :
int
public
getExtension
(
void
) :
ReflectionExtension
public
getExtensionName
(
void
) :
string
public
getFileName
(
void
) :
string
public
getName
(
void
) :
string
public
getNamespaceName
(
void
) :
string
public
getNumberOfParameters
(
void
) :
int
public
getNumberOfRequiredParameters
(
void
) :
int
public
getParameters
(
void
) :
array
public
getReturnType
(
void
) :
ReflectionType
public
getShortName
(
void
) :
string
public
getStartLine
(
void
) :
int
public
getStaticVariables
(
void
) :
array
public
hasReturnType
(
void
) :
bool
public
inNamespace
(
void
) :
bool
public
isClosure
(
void
) :
bool
public
isDeprecated
(
void
) :
bool
public
isGenerator
(
void
) :
bool
public
isInternal
(
void
) :
bool
public
isUserDefined
(
void
) :
bool
public
isVariadic
(
void
) :
bool
public
returnsReference
(
void
) :
bool
abstract
public
__toString
(
void
) :
void
}
属性
name
函数的名称。只读,尝试赋值的时候将会抛出
ReflectionException
。
Table of Contents
ReflectionFunctionAbstract::__clone
— 复制函数
ReflectionFunctionAbstract::getClosureScopeClass
— Returns the scope associated to the closure
ReflectionFunctionAbstract::getClosureThis
— 返回本身的匿名函数
ReflectionFunctionAbstract::getDocComment
— 获取注释内容
ReflectionFunctionAbstract::getEndLine
— 获取结束行号
ReflectionFunctionAbstract::getExtension
— 获取扩展信息
ReflectionFunctionAbstract::getExtensionName
— 获取扩展名称
ReflectionFunctionAbstract::getFileName
— 获取文件名称
ReflectionFunctionAbstract::getName
— 获取函数名称
ReflectionFunctionAbstract::getNamespaceName
— 获取命名空间
ReflectionFunctionAbstract::getNumberOfParameters
— 获取参数数目
ReflectionFunctionAbstract::getNumberOfRequiredParameters
— 获取必须输入参数个数
ReflectionFunctionAbstract::getParameters
— 获取参数
ReflectionFunctionAbstract::getReturnType
— Gets the specified return type of a function
ReflectionFunctionAbstract::getShortName
— 获取函数短名称
ReflectionFunctionAbstract::getStartLine
— 获取开始行号
ReflectionFunctionAbstract::getStaticVariables
— 获取静态变量
ReflectionFunctionAbstract::hasReturnType
— Checks if the function has a specified return type
ReflectionFunctionAbstract::inNamespace
— 检查是否处于命名空间
ReflectionFunctionAbstract::isClosure
— 检查是否是匿名函数
ReflectionFunctionAbstract::isDeprecated
— 检查是否已经弃用
ReflectionFunctionAbstract::isGenerator
— 判断函数是否是一个生成器函数
ReflectionFunctionAbstract::isInternal
— 判断函数是否是内置函数
ReflectionFunctionAbstract::isUserDefined
— 检查是否是用户定义
ReflectionFunctionAbstract::isVariadic
— Checks if the function is variadic
ReflectionFunctionAbstract::returnsReference
— 检查是否返回参考信息
ReflectionFunctionAbstract::__toString
— 字符串化
User Contributed Notes
There are no user contributed notes for this page.
CopyRight © 2008-2022 verySource.Com All Rights reserved.
京ICP备17048824号-1
京公网安备:11010502034788