Help for this page

Select Code to Download


  1. or download this
    my_function_call(
        $arg1,
        $arg2,
        $arg3,
    );
    
  2. or download this
    my_function_call(
        my_other_function_call(
    ...
        $arg2,
        $arg3,
    );
    
  3. or download this
    my_function_call(
                     my_other_function_call(
    ...
                     $arg2,
                     $arg3,
                    );