I have been editing an existing php script and have come across a function as so
function functionName($var1 = null, $var2 = null, $var3 = null)
I'm not sure why you would declare a var as null in this way. I have tried looking for an answer online but google pulls up anything but this example.
Any help would be greatly appreciated.