Reads entire file into a string.
Parameters
$file
stringrequired- Name of the file to read.
Source
public function get_contents( $file ) {
return false;
}
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
Reads entire file into a string.
$file
stringrequiredpublic function get_contents( $file ) {
return false;
}
Version | Description |
---|---|
2.5.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes