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 php in simple words?
How can you propagate a session id?
Is php used anymore?
What is csrf cookie?
How can you send email in php?
Why should I store logs in a database rather than a file?
What is the use of "ksort" in php?
How to Retrieve a Cookie Value?
What is the basic syntax of Php?
Explain NULL?
Define about declare construct?
What is the output of the ucwords function in this example?
What are html entities?
Are sessions stateless?
Applications written to provide a GUI shell for Unix and Linux are called