Day -6 Bhavik PHP Function (bhavikphp)


function writename()
{
echo 'bhavik datt';
}
echo 'my name is ';
writename();
...........................................................
Output:- my name is bhavik datt

In this example writename is function and we can use like this
For your Practice I give you more example

1. Practice All Function .... DOWNLOAD

2. Function with return value.. DOWNLOAD

3. Name2 Example.... DOWNLOAD

0 comments:

Post a Comment

Newer Post Older Post Home