Zend PHP 5.3 Certification 200-530 Question # 47 Topic 5 Discussion

Zend PHP 5.3 Certification 200-530 Question # 47 Topic 5 Discussion

200-530 Exam Topic 5 Question 47 Discussion:
Question #: 47
Topic #: 5

After running this sort, what will be the value of $b?

$a = array('_!', 'def', 0);

$b = sort($a);


A.

array(0, 'def', '_!')


B.

array('_!', 0, 'def')


C.

array('def', 0, '_!)


D.

None of the above


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.