ReflectionFunction 类
(PHP 5, PHP 7)
简介
ReflectionFunction 类报告了一个函数的有关信息。
类摘要
属性
- name
-
函数的名称。只读,并在尝试赋值的时候会抛出 ReflectionException。
预定义常量
ReflectionFunction 修饰符
ReflectionFunction::IS_DEPRECATED
-
指示了不建议使用的函数。
Table of Contents
- ReflectionFunction::__construct — Constructs a ReflectionFunction object
- ReflectionFunction::export — Exports function
- ReflectionFunction::getClosure — Returns a dynamically created closure for the function
- ReflectionFunction::invoke — Invokes function
- ReflectionFunction::invokeArgs — Invokes function args
- ReflectionFunction::isDisabled — Checks if function is disabled
- ReflectionFunction::__toString — To string