Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/vendor/pixelandtonic/imagine/src/File/LoaderInterface.php
Назад
<?php /* * This file is part of the Imagine package. * * For the full copyright and license information, please view the LICENSE file that was distributed with this source code. */ namespace Imagine\File; /** * Interface for classes that can load local or remote files. */ interface LoaderInterface { /** * Is this a local file. * * @return bool */ public function isLocalFile(); /** * Get the path of the file (local or remote). * * @return string */ public function getPath(); /** * Is the binary content already loaded? * * @return bool */ public function hasReadData(); /** * Get the file binary contents. * * @return string */ public function getData(); /** * The string representation of this object must be the file path (local or remote). * * @return string */ public function __toString(); }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка