Thursday, June 14, 2012

Interview Questions -PHP

Hi All,


I'm sharing my experience which may help to PHP buddies.

1.First Question :

   function 1dolist() {
       $number = 5;
      echo  1doout($number);
   }
    function 1doout($n) {
        return $n;

     }

 
   1dolist();





All d Best ....Post  your Answer.