Home / Questions / Other PHP associative array keys sort कैसे करते हैं? इसका working code example क्या है? Other 0 Views Verified PHP associative array keys sort कैसे करते हैं? इसका working code example क्या है? सही विकल्प चुनें और 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 keysort($user); keysort($user); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified Correct Answer ksort($user); ksort($user); Additional Explanation ksort() keys के अनुसार ascending sort करता है।
Verified sort_keys($user); sort_keys($user); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।
Verified $user.keySort(); $user.keySort(); Additional Explanation यह विकल्प सही Core PHP solution नहीं है।