function foo() {}
function foo($a) {}
function foo($a, $b) ()I know I could do it with:
function foo($a = "", $b = "") {}
But that is such an ugly hack ...
Thanks,
Jean-Christian Imbeault
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

