Lines Matching defs:file
9 * Writes the settings to the correct local file
16 /** @var string the file where the config will be saved to */
39 // backup current file (remove any existing backup)
69 * Update last modified time stamp of the config file
83 * Invalidate the opcache of the given file (if possible)
86 * @param string $file
88 protected function opcacheUpdate($file)
94 opcache_invalidate($file);
100 * or the directory its in is not writable or the file exists and is not writable
113 * Returns the PHP intro header for the config file