TCPDF_STATIC::rfread( $handle, $length )
Binary-safe and URL-safe file read.
Description Description
Reads up to length bytes from the file pointer referenced by handle. Reading stops as soon as one of the following conditions is met: length bytes have been read; EOF (end of file) is reached.
Parameters Parameters
- $handle
-
(Required) (resource)
- $length
-
(Required) (int)
Return Return
(Returns) the read string or FALSE in case of error.
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
4.5.027 | Introduced. |