Help for this page

Select Code to Download


  1. or download this
      $method = "my_method_name";
      $object->$method();
    
  2. or download this
      $method = "something";
      $object->do_$method();