Home / Questions / Other PHP environment variable कैसे पढ़ते हैं? interview में कैसे explain करेंगे? Other 0 Views Verified PHP environment variable कैसे पढ़ते हैं? interview में कैसे explain करेंगे? सही विकल्प चुनें और code/solution को समझें। #php #core php #php programming #php tutorial #php error #php solution #backend #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified env_get_only('APP_ENV'); env_get_only('APP_ENV'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified environment('APP_ENV'); environment('APP_ENV'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer getenv('APP_ENV'); getenv('APP_ENV'); Additional Explanation getenv() environment variable पढ़ सकता है।
Verified get_environment('APP_ENV'); get_environment('APP_ENV'); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।