writeFile() public method
Writes the the internal file content into the given filename.
public boolean writeFile ( $filename ) | ||
---|---|---|
$filename | string |
Full filename to be written. |
return | boolean |
Whether the operation was successful. |
throws | yii\base\InvalidParamException |
on invalid file attribute value. |
Please login to continue.