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

 

ReLoad

Keys


Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml

Function  left   Lines 1486-1494 (8 lines)Added: 2021-02-15 file  utils.php   Last mod: Fri 2021-05-14 21:45:07

function left $str$cnt )
        {
#-k     string  parse
#-      Return the leftmost $cnt chars of a string
#-d     2/15/21 Added

        
return substr $str0$cnt );
        }

?>