In the PHP manual, to show the syntax for functions with optional parameters, they use brackets around each set of dependent optional parameter. For example, for the date()
Give the optional argument a default value.
function date ($format, $timestamp='') { }