Introduction to PHP – Part8

advertisement

advertisement

A function is a subprogram that performs a specific task when called by the main program. It is always a good practice to divide a huge program into a number of subprograms until elementary functions are reached.