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
Post a Comment