Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/../../instantly.picotech.app/public_html/vendor/egulias/../fakerphp/../maatwebsite/../psy/../fakerphp/../vlucas/././phpdotenv/src/Exception/../Repository/Adapter
الملفات الموجودة في هذا الـ Path:
.
..
AdapterInterface.php
ApacheAdapter.php
ArrayAdapter.php
EnvConstAdapter.php
GuardedWriter.php
ImmutableWriter.php
MultiReader.php
MultiWriter.php
PutenvAdapter.php
ReaderInterface.php
ReplacingWriter.php
ServerConstAdapter.php
WriterInterface.php

مشاهدة ملف: AdapterInterface.php

<?php

declare(strict_types=1);

namespace Dotenv\Repository\Adapter;

interface AdapterInterface extends ReaderInterface, WriterInterface
{
    /**
     * Create a new instance of the adapter, if it is available.
     *
     * @return \PhpOption\Option<\Dotenv\Repository\Adapter\AdapterInterface>
     */
    public static function create();
}