oci8

Diese Bibliothek stellt Zugriffs- und Verwaltungsmöglichkeiten zu Oracle-Datenbanksystemen her.

bool oci_bind_array_by_name(resource stmt, string name, array &var, int max_table_length [, int max_item_length [, int type ]]) 5.1.2

Bindet ein PHP-Array an einen Oracle PL/SQL-Typen.

array oci_fetch_array( resource stmt [, int mode ]) 5.0.0

Holt eine Ergebniszeile als Array.

array oci_fetch_assoc( resource stmt ) 5.0.0

Holt eine Ergebniszeile als assoziatives Array.

object oci_fetch_object( resource stmt ) 5.0.0

Holt eine Ergebniszeile als Objekt.

array oci_fetch_row( resource stmt ) 5.0.0

Holt eine Ergebniszeile als numerisches Array.

bool oci_lob_append( object lob ) 5.0.0

Hängt Daten eines LOB an einen anderen an.

bool oci_lob_close() 4.3.0

Schließt ein ...

Get PHP: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.