REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1.21 KB
Close
/home/certprox/www/bcup/wp-content/plugins/imagify/classes/WriteFile/WriteFileInterface.php
Text
Base64
<?php namespace Imagify\WriteFile; defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); /** * Interface to add and remove contents to a file. * * @since 1.9 * @author Grégory Viguier */ interface WriteFileInterface { /** * Add new contents to the file. * * @since 1.9 * @access public * @author Grégory Viguier * * @return bool|\WP_Error True on success. A \WP_Error object on error. */ public function add(); /** * Remove the related contents from the file. * * @since 1.9 * @access public * @author Grégory Viguier * * @return bool|\WP_Error True on success. A \WP_Error object on error. */ public function remove(); /** * Get the path to the file. * * @since 1.9 * @access public * @author Grégory Viguier * * @return string */ public function get_file_path(); /** * Tell if the file is writable. * * @since 1.9 * @access public * @author Grégory Viguier * * @return bool|\WP_Error True if writable. A \WP_Error object if not. */ public function is_file_writable(); /** * Get new contents to write into the file. * * @since 1.9 * @access public * @author Grégory Viguier * * @return string */ public function get_new_contents(); }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AbstractApacheDirConfFile.php
1.80 KB
lrw-r--r--
2023-07-04 13:21:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AbstractIISDirConfFile.php
7.23 KB
lrw-r--r--
2023-07-04 13:21:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AbstractNginxDirConfFile.php
1.81 KB
lrw-r--r--
2023-07-04 13:21:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
AbstractWriteDirConfFile.php
9.33 KB
lrw-r--r--
2023-07-04 13:21:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
WriteFileInterface.php
1.21 KB
lrw-r--r--
2023-07-04 13:21:39
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).