Home / Questions / Other PHP JSON encode कैसे करते हैं? beginner developer को कैसे समझाएँ? Other 0 Views Verified PHP JSON encode कैसे करते हैं? beginner developer को कैसे समझाएँ? सही विकल्प चुनें और 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 json_stringify($data); json_stringify($data); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer json_encode($data); json_encode($data); Additional Explanation json_encode PHP value को JSON string में बदलता है।
Verified json_encode_string($data); json_encode_string($data); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified encode_json($data); encode_json($data); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।