update : 2015.11.03
php.shukuma.com검색:
|
SplFileInfo::openFile(PHP 5 >= 5.1.2) SplFileInfo::openFile — Gets an SplFileObject object for the file 설명
public SplFileObject SplFileInfo::openFile
([ string
$open_mode = "r"
[, bool $use_include_path = false
[, resource $context = NULL
]]] )Creates an SplFileObject object of the file. This is useful because SplFileObject contains additional methods for manipulating the file whereas SplFileInfo is only useful for gaining information, like whether the file is writable. 인수
반환값The opened file as an SplFileObject object. 오류/예외A RuntimeException if the file cannot be opened (e.g. insufficient access rights). 예제
Example #1 SplFileInfo::openFile() example
<?php |