TCPDF_STATIC::file_exists( $filename )

Wrapper for file_exists.


Description Description

Checks whether a file or directory exists. Only allows some protocols and local files.


Parameters Parameters

(Required) (string) Path to the file or directory.


Top ↑

Return Return

(Returns) TRUE if the file or directory specified by filename exists; FALSE otherwise.


Top ↑

Source Source

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


			

Top ↑

User Contributed Notes User Contributed Notes

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