Home
last modified time | relevance | path

Searched refs:_fileName (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A DJpegMeta.php43 var $_fileName; variable in JpegMeta
61 $this->_fileName = $fileName;
953 $tmpName = tempnam(dirname($this->_fileName),'_metatemp_');
956 return io_rename($tmpName, $this->_fileName);
970 $this->_fileName = $fileName;
986 $this->_fp = @fopen($this->_fileName, 'rb');
988 if (file_exists($this->_fileName)) {
1137 $this->_fp = @fopen($this->_fileName, 'r');
1139 if (file_exists($this->_fileName)) {
1317 if (file_exists($this->_fileName) && is_file($this->_fileName)) {
[all …]