PutenvAdapter::isSupported()
Determines if the adapter is supported.
Return
(bool)
Source
File: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php
public function isSupported()
{
return function_exists('putenv');
}