pgsql

Diese Bibliothek ermöglicht die Verwaltung und den Zugriff auf PostgreSQL-Datenbanksysteme.

int pg_affected_rows(resource result) 4.1.0

Liefert die Anzahl der betroffenen Tupel.

bool pg_cancel_query(resource connection) 4.1.0

Bricht eine Abfrage ab.

string pg_client_encoding([resource connection]) 3 CVS Only

Liefert die Kodierung des Clients.

bool pg_close([resource connection]) 3.0

Schließt eine PostgreSQL-Verbindung.

resource pg_connect([string connection_string] | [string host, string port [, string options[, string tty,]] string database) 3.0

Öffnet eine PostgreSQL-Verbindung.

bool pg_connection_busy(resource connection) 4.1.0

Gibt den Status der Verbindung zurück (busy/not busy).

bool pg_connection_reset(resource connection) 4.1.0

Setzt die Verbindung ...

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.