Lines Matching refs:filename

27 	public $filename;  variable in getid3_write_id3v2
108 …pty($this->filename) && (getID3::is_writable($this->filename) || (!file_exists($this->filename) &&…
111 $OldThisFileInfo = $getID3->analyze($this->filename);
126 …if (file_exists($this->filename) && getID3::is_writable($this->filename) && isset($OldThisFileInfo…
129 if (file_exists($this->filename)) {
131 …f (is_readable($this->filename) && getID3::is_writable($this->filename) && is_file($this->filename
136 $this->errors[] = 'Could not fopen("'.$this->filename.'", "r+b")';
141 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
146 $this->errors[] = 'Could not fopen("'.$this->filename.'", "wb")';
154 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
170 copy($tempfilename, $this->filename);
180 $this->errors[] = 'Could not fopen("'.$this->filename.'", "rb")';
198 $this->errors[] = 'WriteID3v2() failed: !is_writeable('.$this->filename.')';
209 if (getID3::is_writable(dirname($this->filename))) {
213 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
217 $OldThisFileInfo = $getID3->analyze($this->filename);
227 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_temp = fopen($this->f…
233 $this->errors[] = 'Could not fopen("'.$this->filename.'getid3tmp", "w+b")';
237 $this->errors[] = 'Could not fopen("'.$this->filename.'", "rb")';
239 if (file_exists($this->filename)) {
240 unlink($this->filename);
242 rename($this->filename.'getid3tmp', $this->filename);
244 } elseif (getID3::is_writable($this->filename)) {
248 …if (is_readable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this->filenam…
252 $OldThisFileInfo = $getID3->analyze($this->filename);
267 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp_source = fopen($this-…
275 $this->errors[] = 'Could not fopen("'.$this->filename.'", "wb")';
282 $this->errors[] = 'Could not fopen("'.$this->filename.'", "rb")';