Home
PHP
Chart
Class
Components
Cookie Session
Data Structure
Data Type
Date
Design Patterns
Development
DNS
Email
File Directory
Form
Functions
Graphics Image
HTML
Language Basics
Login Authentication
Math
MySQL Database
Network
Operator
PDF
Reflection
Statement
String
Utility Function
Web Services SOAP WSDL
XML
Reflection Class Definition « Class « PHP
PHP
Class
Reflection Class Definition
1.
get_declared_classes: get all defined class
2.
Get class name
3.
Get class information: file name, start line and end line
4.
Class information: is User Defined, is Internal and is Interface
5.
Class information: is Abstract, is Final and is Instantiable
6.
Use Reflection class to export class
7.
var_dump a class
8.
get_class_vars: get class variables