SarkariResultess QA Bank

require_once का फायदा क्या है? में error आए तो solution क्या है?

Other 0 Views Verified
require_once का फायदा क्या है? में error आए तो solution क्या है? सही विकल्प चुनें और code/solution को समझें।
Sarkari Result QA Bank
Editorially reviewed exam information

Answer & Explanation

4 Answers
Verified

file को cache करना

file को cache करना
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

PHP version बदलना

PHP version बदलना
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer

Same request में file को multiple times include होने से रोकना

Same request में file को multiple times include होने से रोकना
Additional Explanation
require_once duplicate inclusion रोकता है। पहले exact error message, line number और input value check करें।
Verified

file को delete करना

file को delete करना
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।