Official ZPE/YASS documentationfile_open
file_open (string file) ⇒ object
Opens a file for sequential reading. May return false if the file is unreadable or non-existent.
Alternative function names: fopen
First available: Version 1.7.6
Notes
Prior to version 1.7.6 this name was used for the file_get_contents function.
There are no comments on this page.