What is functions?

Hi,

Please tell me about PHP functions?

Thanks in advance.

View Answers

October 30, 2010 at 10:00 PM

About Functions:

Functions in PHP is block of code that are executed together if called from other place.

In PHP you can define your functions and use it multiple times.

In PHP there is many pre-defined functions that can be used in programming.

Read more at PHP Functions Tutorial.

Thanks









Related Tutorials/Questions & Answers:
Advertisements