Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Whhat is a Functions



Whhat is a Functions..

Answer / nagaraju.ch

A function is a block of statement, A function will not execute immediately when we run, we have to call the function to execute
example

<?php
function name(){          // for creating a function

     echo "My name is -----";   

}

name();                   // calling the function

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More PHP Interview Questions

which will print out the php call stack?

0 Answers  


How send email in php?

0 Answers  


How to stop the execution of php script?

0 Answers  


How to find datatype of variable in php?

0 Answers  


What is mysqli_real_escape_string?

0 Answers  


What are the methods of array in java?

0 Answers  


How can we get second of the current time using date function?

2 Answers   FD, IBM,


What is php array function?

0 Answers  


What is the difference between require and include in php?

0 Answers  


What are magic constants in php?

0 Answers  


in PHP for pdf which library used?

0 Answers  


What is $_ get and $_ post in php?

0 Answers  


Categories