ReflectionFunctionAbstract 類

ReflectionFunctionAbstract 類

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

簡介

ReflectionFunction 的父類,詳情請閱讀它的描述。

類摘要

class ReflectionFunctionAbstract implements Reflector {
/* 屬性 */
public $name;
/* 方法 */
final private __clone(): void
public getAttributes(?string $name = null, int $flags = 0): array
public getClosureThis(): object
public getClosureUsedVariables(): array
public getDocComment(): string
public getEndLine(): int
public getExtensionName(): string
public getFileName(): string
public getName(): string
public getNamespaceName(): string
public getNumberOfParameters(): int
public getParameters(): array
public getShortName(): string
public getStartLine(): int
public getStaticVariables(): array
public hasReturnType(): bool
public hasTentativeReturnType(): bool
public inNamespace(): bool
public isClosure(): bool
public isDeprecated(): bool
public isGenerator(): bool
public isInternal(): bool
public isUserDefined(): bool
public isVariadic(): bool
public returnsReference(): bool
abstract public __toString(): void
}

屬性

name

函式的名稱。只讀,嘗試賦值的時候將會拋出 ReflectionException

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *