![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: function parameter question
From: Good Man <heyho@letsgo.com>
Date: Tue Jul 19 2005 - 22:39:11 CEST
petermichaux@yahoo.com wrote in news:1121802375.034979.24930
> Maybe I figured out my question. Does "= array()" simply create an
bingo.
same as
function doit ($x=11) {
will give $x a default of 11 if the parameter is not supplied in the call
|