ReLoad

Keys

DB
Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml
convertToVariable
serverLoad
addZip
findZip
updateZip
addTzone
findTzone

Function  right   Lines 1824-1832 (8 lines)Added: 2021-02-19 file  utils.php   Last mod: Fri 2021-05-14 21:45:07

function right $str$cnt )
        {
#-k     string  parse
#-      Return the rightmost $cnt chars of a string
#-d     2/19/21 - Added

        
return substr $str, -$cnt );
        }

?>