404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.145.105.85: ~ $
<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Mime;

/**
 * @author Fabien Potencier <fabien@symfony.com>
 */
interface MimeTypesInterface extends MimeTypeGuesserInterface
{
    /**
     * Gets the extensions for the given MIME type in decreasing order of preference.
     *
     * @return string[]
     */
    public function getExtensions(string $mimeType): array;

    /**
     * Gets the MIME types for the given extension in decreasing order of preference.
     *
     * @return string[]
     */
    public function getMimeTypes(string $ext): array;
}

Filemanager

Name Type Size Permission Actions
.git Folder 0755
Crypto Folder 0755
DependencyInjection Folder 0755
Encoder Folder 0755
Exception Folder 0755
Header Folder 0755
HtmlToTextConverter Folder 0755
Part Folder 0755
Resources Folder 0755
Test Folder 0755
Tests Folder 0755
.gitattributes File 113 B 0644
.gitignore File 37 B 0644
Address.php File 3.75 KB 0644
BodyRendererInterface.php File 438 B 0644
CHANGELOG.md File 851 B 0644
CharacterStream.php File 9.36 KB 0644
DraftEmail.php File 1.14 KB 0644
Email.php File 15.52 KB 0644
FileBinaryMimeTypeGuesser.php File 2.49 KB 0644
FileinfoMimeTypeGuesser.php File 1.84 KB 0644
LICENSE File 1.06 KB 0644
Message.php File 4.51 KB 0644
MessageConverter.php File 5.15 KB 0644
MimeTypeGuesserInterface.php File 859 B 0644
MimeTypes.php File 179.96 KB 0644
MimeTypesInterface.php File 809 B 0644
README.md File 472 B 0644
RawMessage.php File 1.55 KB 0644
composer.json File 1.4 KB 0644
phpunit.xml.dist File 893 B 0644