Help for this page

Select Code to Download


  1. or download this
    some_func( $foo, $bar, $baz, $qux );
    
    ...
    # yet another program
    
    some_func( $amount, $rate, $limit, $exception );
    
  2. or download this
    some_func( 
        exception => $exception,
        amount    => $amount,
        rate      => $rate
    );