芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php
filename = $filename; $this->file_contents = $file_contents; } /** * Retrieves the filename associated with the object. * * @return string The filename assigned during object initialization. */ public function filename() { return $this->filename; } /** * Retrieves the contents of the file associated with the object. * * @return string The file contents assigned during object initialization. */ public function file_contents() { return $this->file_contents; } }