Skip to content

Instantly share code, notes, and snippets.

@mralexho
Created July 8, 2014 02:57
Show Gist options
  • Select an option

  • Save mralexho/843e2d55f225f1926a3a to your computer and use it in GitHub Desktop.

Select an option

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