Warning: Invalid argument supplied for foreach() in /home/jihswbiz/public_html/t6.gwilt.org/refDox.php on line 212
Docs-ekho

 

ReLoad

Keys


Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml

Function  ekho   Lines 455-467 (12 lines) file  utilsDebug.php   Last mod: Mon 2021-05-03 17:55:24

function ekho $a )
        {
#-k     debug
#- call eko but allow HTML to be active

        
global $fmtSwitch;      # used only by 'ekho' to prevent HTML <> stripping

        
$fmtSwitch true;
        
eko($a);
        
$fmtSwitch false;

        }

?>