Optional function parameters in PHP

It is possible to have optional function parameters in PHP. Default value of that parameter will be specified in function declaration using equal sign. If a different value is supplied to a function, that value will be used instead.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator