R
Q. what is the output of below program?
<?php $arr = array(13, 14, 22, 11, -3); sort($arr); $arrLen = count($arr); for($x = 0; $x < $arrLen; $x++) { echo " ".$arr[$x]; } ?>
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following PHP code ?
Q. Laravel,Symfony,CodeIgniter,Zend are the example of PHP frameworks.
Q. Assume we have the class Person. Which is the correct way to call a class constant ?
Q. What is the use of PHP $_SERVER variable?
Q. what is the output of below program?
Q. What will be the output of the following PHP code ?
Q. String values in PHP must be enclosed within
Q. What will be the output of the following PHP code ?
Discusssion
Login to discuss.