PHP
PHP Information
Show installed PHP version
List active compiled php modules
Show php configuration and environment information
Run Script
Manually execute a PHP script
PHP Interactive Shell
Start interactive shell from the command line
Exit interactive shell
Simple PHP Server
Start a server in the current directory
Output Strings
Output a string or formatted string
Output readable/detailed debugging information about a variable
Output valid php code that describes the variable
Introspection
Class Introspection
Get declared classes, traits and interfaces
Get defined vars, constants and functions
Check if a class exists
Get the parent classes, interfaces and traits a class uses
Get parent class, methods or vars from a class
Object Introspection
Test for an object and get the class an object belongs to
Check if a method or property exists on an object
Get object vars and object parent class
Get the type of a variable
Test if an object is a particular class
Array Introspection
Output array keys
Typecast object to array and output list of keys
Last updated