From 967d0e60d0082eb5f9c6323296a0b589c57ce0c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Fri, 29 Apr 2005 00:00:46 +0000 Subject: [PATCH] adding parameters and return values - #32877 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185401 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-meta-data.xml | 36 ++++++++++++++++++++-- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/reference/pgsql/functions/pg-meta-data.xml b/reference/pgsql/functions/pg-meta-data.xml index 18dae51904..3a639a7942 100644 --- a/reference/pgsql/functions/pg-meta-data.xml +++ b/reference/pgsql/functions/pg-meta-data.xml @@ -1,5 +1,5 @@ - + @@ -18,12 +18,42 @@ pg_meta_data returns table definition for - table_name as an array. If there is error, it - returns &false; + table_name as an array. &warn.experimental.func; + + &reftitle.parameters; + + + + connection + + + PostgreSQL database connection resource. + + + + + table_name + + + The name of the table. + + + + + + + + + &reftitle.returnvalues; + + An array of the table definition, or &false; on error. + + + &reftitle.examples;