i knoe only one use of the default keyword:
PHP Code:switch(x)
{
case 1: {}
case 2: {}
default: {}//basically, it does what's in these brackets if none of the cases above are met
}
|
Results 1 to 4 of 4
Thread: Default paramThreaded View
|
Click Here to Expand Forum to Full Width |