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

What is an array in php?

0 Answers  


How be the result set of mysql handled in php?

0 Answers  


What is the best website to learn php?

0 Answers  


What is $$ in php?

0 Answers  


Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?

0 Answers  


What is use of in_array() function in php?

0 Answers  


Is md5() is breakable if yes than how?

1 Answers  


What is inheritance in php? How many types of inheritance supports php?

0 Answers  


What is a persistent cookie in php?

0 Answers  


How to compare two strings with comparison operators in php?

0 Answers  


Tell us how can we display the output directly to the browser?

0 Answers  


How can I learn php fast?

0 Answers  


Categories