View Single Post
Old 26-01-2006, 12:46 PM   #14
Data
retired
 
Data's Avatar


 
Join Date: Jun 2004
Location: Jan Mayen, Svalbard and Jan Mayen
Posts: 2,167
Default

uhm
Code:
function blah($arg1, $arg2=10) {
can be called like:
blah(10)
and blah(10,20)
__________________
Flowing with the stream of life
Data is offline                         Send a private message to Data
Reply With Quote