1.

What will be the output of the following PHP code?<?php$str = array ("Rahul", "Ajit", "Aju", "Ats");sort($str);print_r($str);?>

A. None of these
Answer» D.


Discussion

No Comment Found

Related MCQs