Answer Posted / nagaraju.ch
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 |
Post New Answer View All Answers
What is difference between array_merge and array_combine in php?
Tell me what is htaccess?
How can I load data from a text file into a table?
Can we extend two classes in php?
Is it easy to learn wordpress?
What is the purpose of the '.frm' file extension? What do thes file contain?
How to include a file code in different files in php?
Is it more secure to use cookies to trfer session ids?
Is php difficult to learn?
How can you declare the array in php?
Explain the changes in php versions?
What is zend studio for?
Is facebook still written in php?
What is Apache's configuration file typically called?
What is session expiry?