How can I use function. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I use function.

18th Jul 2016, 3:36 PM
Zora Abaquita
Zora Abaquita - avatar
2 Answers
+ 1
example: <?php function output(){ echo "hello"; } output(); ?>
19th Jul 2016, 2:55 AM
Yovi Eka Putra
Yovi Eka Putra - avatar
0
<?php function functionname() { echo""; } ?>
19th Jul 2016, 6:06 AM
Emmanuel