PHP 8.5.0 Beta 2 available for testing

The ReflectionFunctionAbstract class

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

Introduction

A parent class to ReflectionFunction , read its description for details.

Class synopsis

abstract class ReflectionFunctionAbstract implements Reflector {
/* Properties */
public string $name ;
/* Methods */
private __clone (): void
public getAttributes (? string $name = null , int $flags = 0): array
public getClosureThis (): ? object
public getEndLine (): int |false
public getFileName (): string |false
public getName (): string
public getParameters (): array
public getShortName (): string
public getStartLine (): int |false
public hasReturnType (): bool
public inNamespace (): bool
public isClosure (): bool
public isDeprecated (): bool
public isGenerator (): bool
public isInternal (): bool
public isStatic (): bool
public isUserDefined (): bool
public isVariadic (): bool
abstract public __toString (): void
}

Properties

name

Name of the function. Read-only, throws ReflectionException in attempt to write.

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /