ReflectionClass::isUserDefined
(PHP 5)
ReflectionClass::isUserDefined — Checks if user defined
Descrierea
public bool ReflectionClass::isUserDefined
( void
)
Checks whether the class is user-defined, as opposed to internal.
Parametri
Această funcție nu are parametri.
Valorile întoarse
Întoarce valoarea TRUE în cazul
succesului sau FALSE în cazul eșecului.
Vedeți de asemenea
- ReflectionClass::isInternal() - Checks if class is defined internally by an extension, or the core
There are no user contributed notes for this page.
