sparklee / spark-reflection
a simple tool to display class information.
v1.0
2015-11-01 18:26 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-04-25 21:57:03 UTC
README
a simple tool to display class information.
Usage
just add the following code line to your app is ok.
1、show class reflection information using HTML format
\Sparklee\SparkReflection\Reflection::echoClassInfo("[class_name]");
2、var_dump class reflection information
\Sparklee\SparkReflection\Reflection::echoClassInfo("[class_name]", 1);