This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* output whatever variable is passed on-screen for debugging purposes | |
* | |
* @param mixed $oVar the variable to be debugged | |
* @param bool $bContinue if false, sends a full-stop to the running script | |
* @return void | |
* | |
* @author gBrock |
NewerOlder