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...


Explain about Functions in PHP?



Explain about Functions in PHP?..

Answer / zahid

There are type type of function in php,
User defined function
System defined function
Example of user defined function

function abc()
{
return "hello world";
}

echo abc();

Example of systek defined function

$name = "Zahid";
echo strlength($name);

//Outpur 5, here is strlength is php system defind, and many more function availalbe in php

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Explain what does the function get_magic_quotes_gpc() means?

0 Answers  


I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??

1 Answers  


what is php stands for?

23 Answers   Infosys, Satyam, Torque Infotech,


what is the post and get method??

14 Answers   Google,


How can you retrieve a cookie value?

0 Answers  


Is age interval or ordinal?

0 Answers  


What is difference between isset and empty in php?

0 Answers  


how to do connectivity of 2 dbs in PHP script?

3 Answers   TCS,


How to get a random value from a php array?

0 Answers  


Is multiple inheritance supported in php?

0 Answers  


Tell me what is the main difference between require() and require_once()?

0 Answers  


How do you parse and process html/xml in php?

0 Answers  


Categories