Skip to content

Instantly share code, notes, and snippets.

@mralexho
Created July 8, 2014 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mralexho/843e2d55f225f1926a3a to your computer and use it in GitHub Desktop.
Save mralexho/843e2d55f225f1926a3a to your computer and use it in GitHub Desktop.
<?php
/**
* PHP Reflection API
* Examines the inner workings of functions, classes, and objects
*/
Reflection::export(new ReflectionClass('class_name'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment