View Single Post
Old 06-15-2008, 05:14 PM   #3 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Location: On your Hard Drive, hiding like a Virus
Posts: 824
Thanks: 163
Orc is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
PHP Code:
function myfunction($myarg 'default')
{
    echo 
'You specified, '$myarg'<br>';
}

myfunction('a custom value');
myfunction(); 
That would output a custom value on the first function return, and default on the second return.
__________________
Wax on, Wax off
Orc is offline  
Reply With Quote