我有这个:
function foo($a='apple',$b='brown',$c='Capulet') { // do something }
这样的事情是可能的:
foo('aardvark',<use the default,please>,'Montague');