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 |
Tell us what does $_cookie means?
Explain PHP looping?
Where php basically used?
How to install PHP with --mcrypt and --mhash?
What is c++ polymorphism?
What is __ construct in php?
Is server side a session?
How can we submit a form without a submit button?
How do I escape data before storing it into the database?
armstrong number by using php while number is given by the keyboard.?
Why do we use session?
Is laravel an oop?