Home
last modified time | relevance | path

Searched refs:_fp (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A DJpegMeta.php44 var $_fp = null; variable in JpegMeta
63 $this->_fp = null;
973 $this->_fp = null;
987 $this->_fp = @fopen($this->_fileName, 'rb');
988 if ($this->_fp) {
996 $this->_fp = null;
1001 $c1 = ord(fgetc($this->_fp));
1002 $c2 = ord(fgetc($this->_fp));
1019 $c = ord(fgetc($this->_fp));
1020 while (!feof($this->_fp)
[all...]