pg_fetch_all

(PHP 4 >= 4.3.0, PHP 5)

pg_fetch_all -- Fetches all rows from a result as an array

Opis

array pg_fetch_all ( resource result )

pg_fetch_all() returns an array that contains all rows (tuples/records) in result resource. It returns FALSE, if there are no rows.

Notatka: This function sets NULL fields to PHP NULL value.

Przykłady

Przykład 1. PostgreSQL fetch all

<?php
$conn
= pg_pconnect("dbname=publisher");
if (!
$conn) {
  echo
"An error occured.\n";
  exit;
}

$result = pg_query($conn, "SELECT * FROM authors");
if (!
$result) {
  echo
"An error occured.\n";
  exit;
}

$arr = pg_fetch_all($result);

var_dump($arr);

?>

Patrz także

pg_fetch_row()
pg_fetch_array()
pg_fetch_object()
pg_fetch_result()

Portal Webmaster Guides

Katalog stron | Web directory | Projektowanie stron i sklepów internetowych Kołobrzeg | Linki z Komentarzy | Blog wielotematyczny

Budowa Wiertarki | Kongres USA | Obróbka Metali | Trojany Download | Skracacz Linków | Bramka Proxy Online | Kulisy Kolobrzeskie

www.xmc.pl