TCPDF_STATIC::fileGetContents( $file )
Reads entire file into a string.
Description Description
The file can be also an URL.
Parameters Parameters
- $file
-
(Required) (string) Name of the file or URL to read.
Return Return
(The) function returns the read data or FALSE on failure.
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
6.0.025 | Introduced. |