Help for this page

Select Code to Download


  1. or download this
    Foo::bar(1, 2, 3);
    
  2. or download this
    Foo->bar(1, 2, 3);
    
  3. or download this
    $obj->bar(1, 2, 3);