Functions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Functions

I have an exam coming up on Monday on function I needed someone to help me with some basic function coding example or program so I can study

10th Nov 2017, 6:16 PM
Kevin Buma
Kevin Buma - avatar
1 Answer
+ 1
A function is basically just a block of code that only gets executed when it is called function Hello(){ echo "say hi"} This code will only say hi until I call that function Hello();
10th Nov 2017, 6:45 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar