Home / Questions / Other require_once का फायदा क्या है? की PHP best practice क्या है? Other 0 Views Verified require_once का फायदा क्या है? की PHP best practice क्या है? सही विकल्प चुनें और 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 Correct Answer Same request में file को multiple times include होने से रोकना Same request में file को multiple times include होने से रोकना Additional Explanation require_once duplicate inclusion रोकता है।
Verified file को delete करना file को delete करना Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified file को cache करना file को cache करना Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified PHP version बदलना PHP version बदलना Additional Explanation यह विकल्प सही Core PHP solution नहीं है।