This class can be use to display PHP execution information in the current page.
It generates HTML and Javascript to display a draggable menu on the current page with options that can be used to inspect information about the PHP script that generated the page.
The menu can open and close areas with smooth animation to show details such as the current script SERVER, REQUEST, POST, GET, COOKIE, FILES and ENV variables, included files, defined constants. and the current script source code.
It also shows a tools menu to clear all the session, cookie and request variables. |