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.


Top ↑

Return Return

(The) function returns the read data or FALSE on failure.


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
6.0.025 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.