"/vendor/autoload.php"; $dotenv = Dotenv\Dotenv::createImmutable(__DIR__); $dotenv->load(); die(print_r($_ENV)); // output is Array ( ) 1.
確定! 回上一頁