PHP ʖ²ἯTH
º/A
Ora_Bind
?php ora_parse($curs, "declare tmp INTEGER; begin tmp := :in; :out := tmp; :x := 7.77; end;"); ora_bind($curs, "result", ":x", $len, 2); ora_bind($curs, "input", ":in", 5, 1); ora_bind($curs, "output", ":out", 5, 2); $input = 765; ora_exec($curs); echo "Result: $result BR Out: $output BR In: $input";?
º/A
ưµ㼯A
Oracle º¯ʽ
ɏһ¼¶
Ora_Close