Help for this page

Select Code to Download


  1. or download this
    $o->foo->bar->fribble->ni
    
  2. or download this
    $o->foo or return(ERROR_FOO);
    $o->bar or return(ERROR_BAR);
    $o->fribble or return(ERROR_FRIBBLE);
    $o->ni or return(ERROR_NI);