function myfunction($myarg = 'default'){ echo 'You specified, ', $myarg, '<br>';}myfunction('a custom value');myfunction();