Reads entire file into a string.
Parameters
$filestringrequired- 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.
$filestringrequiredpublic 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