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

how retrive the video file in php using video tag

0 Answers  


What is the difference between fopen() and fclose()?

0 Answers  


What is the default time in seconds for which session data is considered valid?

0 Answers  


What is abstract class in php?

0 Answers  


What is mysql_fetch_array?

0 Answers  


What are different ways to redirect from on page to other?

9 Answers  


How many ways to include array elements in double-quoted strings using php?

0 Answers  


Whether session will work if we disable cookies in client browser ?

10 Answers  


What is regular expression in javascript?

0 Answers  


What distinguishes php from something like client side java script?

0 Answers  


What is whitespace in html?

0 Answers  


Is php dying 2018?

0 Answers  


Categories