PHP 클래스 BrowscapPHP\Helper\Filesystem

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Component\Filesystem\Filesystem
파일 보기 프로젝트 열기: browscap/browscap-php 1 사용 예제들

공개 메소드들

메소드 설명
dumpFile ( string $filename, string $content, integer $mode = 438 ) Atomically dumps content into a file.

메소드 상세

dumpFile() 공개 메소드

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.