View Single Post
Banned
18Sep2012,09:09  
AimyThomas's Avatar
We have a database procedure that returns a value by reference.

This is how it is used in ABF:
h_status = pr_get_passphrase
(h_passphrase = BYREF(:gv_passphrase));

Is it possible to do the same in PHP?