ocifetchstatement -- Fetch all rows of result data into an array
Description
int ocifetchstatement ( resource stmt, array &output [, int skip [, int maxrows [, int flags]]])
Note:
In PHP 5.0.0 this function became an alias for
oci_fetch_all().
This name still can be used, it was left as alias of
oci_fetch_all() for downwards compatability.
This, however, is deprecated and not recommended.