PHP Class BrowscapPHP\Helper\Filesystem

Author: Fabien Potencier ([email protected])
Inheritance: extends Symfony\Component\Filesystem\Filesystem
Show file Open project: browscap/browscap-php Class Usage Examples

Public Methods

Method Description
dumpFile ( string $filename, string $content, integer $mode = 438 ) Atomically dumps content into a file.

Method Details

dumpFile() public method

Atomically dumps content into a file.
public dumpFile ( string $filename, string $content, integer $mode = 438 )
$filename string The file to be written to.
$content string The data to write into the file.
$mode integer The file mode (octal). If null, file permissions are not modified Deprecated since version 2.3.12, to be removed in 3.0.