Home / Questions / Other PHP `echo` और `print` में basic difference क्या है? की PHP best practice क्या है? Other 0 Views Verified PHP `echo` और `print` में basic difference क्या है? की PHP best practice क्या है? सही विकल्प चुनें और 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 database query करता है print database query करता है Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer दोनों output करते हैं; print एक value return करता है और सामान्यतः single argument लेता है दोनों output करते हैं; print एक value return करता है और सामान्यतः single argument लेता है Additional Explanation दोनों output constructs हैं लेकिन semantics अलग हैं।
Verified echo हमेशा array return करता है echo हमेशा array return करता है Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified दोनों केवल HTML के लिए हैं दोनों केवल HTML के लिए हैं Additional Explanation यह विकल्प सही Core PHP solution नहीं है।