06-16-2008, 10:05 AM
|
#8 (permalink)
|
|
The Wanderer
Join Date: May 2008
Posts: 10
Thanks: 0
|
remember, you could set the arg to NULL - then if it exists when the function is called, the value will be set - if not, it will be NULL
function myFunction($arg = NULL) {}
|
|
|
|