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