Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 269 Bytes

File metadata and controls

15 lines (8 loc) · 269 Bytes

Inspect

Easy to use PHP function for inspecting objects and variables in debug time.

  \Neitanod\Inspect::view($object_to_inspect);

or:

  use Neitanod\Inspect;

  Inspect::view($object_to_inspect);

See demo_es.php for a quick demo in spanish.