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 = BYREFgv_passphrase));
Is it possible to do the same in PHP?
| SitePoint Sponsor |
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 = BYREFgv_passphrase));
Is it possible to do the same in PHP?
Bookmarks