Help for this page

Select Code to Download


  1. or download this
    begin
    :value = myFunction(1,2,3);
    end;
    
  2. or download this
    $sth->bind_param_inout(":value",\$val,0,{ora_type=ORA_NUMBER})
    $sth->execute;
    print $val;