Home / Questions / Other PHP array readable तरीके से print करने के लिए क्या उपयोगी है? को debug कैसे करें? Other 0 Views Verified PHP array readable तरीके से print करने के लिए क्या उपयोगी है? को debug कैसे करें? सही विकल्प चुनें और 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 debug.print($value); debug.print($value); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer print_r($value); print_r($value); Additional Explanation print_r arrays/objects को readable form में दिखाता है। पहले exact error message, line number और input value check करें।
Verified show_r($value); show_r($value); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified print_debug($value); print_debug($value); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।