ReLoad

Keys

device
Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml
detectMobileDevice
detectRequester
getBrowser

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 );
        }

?>