ServerConstAdapter::isSupported()

Determines if the adapter is supported.


Return

(bool)


Source

File: vendor/vlucas/phpdotenv/src/Environment/Adapter/ServerConstAdapter.php

    public function isSupported()
    {
        return true;
    }