SarkariResultess QA Bank

PHP __FILE__ magic constant क्या देता है? में error आए तो solution क्या है?

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

Answer & Explanation

4 Answers
Verified

Current function name

Current function name
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified

Server hostname

Server hostname
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer

Current PHP file का path/name

Current PHP file का path/name
Additional Explanation
__FILE__ current source file path represent करता है। पहले exact error message, line number और input value check करें।
Verified

Current class name

Current class name
Additional Explanation
यह विकल्प सही Core PHP solution नहीं है।