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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to include a file code in different files in php?

1174


Write a program to swap two numbers using php.

1101


What is the difference between get and post method in php?

1019


List data types in PHP?

1097


What are the 3 types of sessions?

1128


What is the definition of a session?

1024


What are global variables in php?

999


How many columns can be added in a table in mysql?

1033


What happens if an expected input field was not submitted?

1038


How many ways to include variables in double-quoted strings in php?

1109


Which function can be used to delete a file?

1242


What is the use of offset in mysql?

1001


Name some of the popular frameworks in php.

1051


is that "enumerated array" equal to "numeric array"?

2556


Is session a cookie?

1033