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

 

ReLoad

Keys


Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml

Function  is_whitespace   Lines 1474-1485 (11 lines) file  utils.php   Last mod: Fri 2021-05-14 21:45:07

function is_whitespace $ch )
        {
#-k     string type is
#-      only applies to a single character

        
$c ord $ch );

        if (
$c <= 32) return true;                      # space, lf, cr, tab, etc

        
return false;
        }

?>