A function

​In programming a function is way to separate a piece of code separately so it can be executed over and over again. A function has only one return value, but it may accept multiple values. For example finding a minimum value of two values will accept two values to compare, but will return only a single value, in this example it will be a minimum value of two values.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator