Understand PHP reflection.

Streamwhite
1 min readAug 30, 2020

Reflection is used to check the internals of the function/class/object itself.

Reflection can be simply an analog to self-reflection.

--

--