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

How can you make a connection with mysql server using php?

0 Answers  


What are the __construct() and __destruct() methods in a php class?

0 Answers  


Is it easy to learn php?

0 Answers  


What is session and Cokkies . How it works . tell some thing about Session_id()

1 Answers   DVS, Net Solution, PVWEBCO,


Explain difference between urlencode and urldecode?

0 Answers  


How to enable error reporting in php?

0 Answers  


What will replacement of localhost username and password on submission a site

2 Answers  


What is encapsulation in php with example?

0 Answers  


What are the correct and the most two common way to start and finish a PHP block of code?

0 Answers  


How to create a mysql connection?

0 Answers  


Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query

9 Answers   Cybercom, TCS,


What is a string in php?

0 Answers  


Categories