Файловый менеджер - Редактировать - /home/pimjdymy/public_html/safrandsi/vendor/pixelandtonic/imagine/src/Image/Metadata/DefaultMetadataReader.php
Назад
<?php /* * This file is part of the Imagine package. * * (c) Bulat Shakirzyanov <mallluhuct@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Imagine\Image\Metadata; /** * A metadata reader that actually doesn't try to extract metadata. */ class DefaultMetadataReader extends AbstractMetadataReader { /** * {@inheritdoc} * * @see \Imagine\Image\Metadata\AbstractMetadataReader::extractFromFile() */ protected function extractFromFile($file) { return array(); } /** * {@inheritdoc} * * @see \Imagine\Image\Metadata\AbstractMetadataReader::extractFromData() */ protected function extractFromData($data) { return array(); } /** * {@inheritdoc} * * @see \Imagine\Image\Metadata\AbstractMetadataReader::extractFromStream() */ protected function extractFromStream($resource) { return array(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка