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

 

ReLoad

Keys


Functions

arraybrowsercolorcookiedatetimeDBdebugdeviceDSTequiverrorflagsfontformatgeo
holidayhtmlisjsonmathparsePHPprintsearchsortstringtabletexttracetype
VOTDweatherxml

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

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

        
return substr $str0, -$cnt );
        }

?>