Help for this page

Select Code to Download


  1. or download this
    $obj->name("John Doe")->birthday("1969-07-20")->income(53_389.86);
    
  2. or download this
    $obj->name("John Doe");
    $obj->birthday("1969-07-20");
    $obj->income(53_389.86);