SarkariResultess QA Bank

PHP __FILE__ magic constant क्या देता है? को debug कैसे करें?

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

Answer & Explanation

4 Answers
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

Server hostname

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

Current function name

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

Current class name

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