read a file and return the content as a string
public static rfts ( string $strFileName, &$strRet, integer $intLines, integer $intBytes = 4096, boolean $booErrorRep = true ) : boolean | ||
$strFileName | string | name of the file which should be read |
$intLines | integer | control how many lines should be read |
$intBytes | integer | control how many bytes of each line should be read |
$booErrorRep | boolean | en- or disables the reporting of errors which should be logged |
return | boolean | command successfull or not |