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 |
Write a program using while loop in php?
can any please tel me about "Expression Engine"
What the use of var_dump()?
Tell me how comfortable are you with writing html entirely by hand?
What is the scope of a variable defined outside a function?
How do sessions work in php?
What is the difference between rest and soap?
What is session expiry?
in PHP for pdf which library used?
Write a program to show the joining of two strings in php?
Explain object-oriented methodology in php?
how to send mail in php but mail should be send in inbox not in spam.....:(