View Single Post
Old 06-16-2008, 10:05 AM   #8 (permalink)
Folio
The Wanderer
 
Join Date: May 2008
Posts: 10
Thanks: 0
Folio is on a distinguished road
Default

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) {}
Folio is offline  
Reply With Quote
The Following User Says Thank You to Folio For This Useful Post:
Yoosha (06-17-2008)