Whhat is a Functions
A function is a block of statement, A function will not execute immediately when we run, we have to call the function to execute
example
<?php
function name(){ // for creating a function
echo "My name is -----";
}
name(); // calling the function
| Is This Answer Correct ? | 4 Yes | 0 No |
What is stdclass in php?
How to get a total number of elements used in the array?
What is an associative array?
What is difference between include,require,include_once and require_once()?
How do I install php?
What is the difference between php4 and php5?
What is php string function?
What Is a Persistent Cookie?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
What is overloading and overriding in php?
what is different between PHP and Asp.net?
Explain what are psrs? Choose 1 and briefly describe it?