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 |
What is varchar mysql?
What are major variables in research?
List data types in PHP?
What is the purpose of $_ session?
What is the default time in seconds for which session data is considered valid?
What is in php 7?
How do I escape data before storing it into the database?
How to insert a line break in php string?
Is a number php?
Explain what are psrs? Choose 1 and briefly describe it?
What is the function of string in c?
How to Retrieve video files in php from database.....and how to store video on database..