mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Renamed function. pg_metadata -> pg_mata_data
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97660 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0132bc2657
commit
0f8ae6def9
1 changed files with 6 additions and 6 deletions
|
@ -1,22 +1,22 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.80 -->
|
||||
<refentry id='function.pg-metadata'>
|
||||
<refentry id='function.pg-meta-data'>
|
||||
<refnamediv>
|
||||
<refname>pg_metadata</refname>
|
||||
<refname>pg_meta_data</refname>
|
||||
<refpurpose>
|
||||
Get metadata for table.
|
||||
Get meta data for table.
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>pg_metadata</methodname>
|
||||
<type>array</type><methodname>pg_meta_data</methodname>
|
||||
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>pg_metadata</function> returns table definition for
|
||||
<function>pg_meta_data</function> returns table definition for
|
||||
<literal>table_name</literal> as array. If there is error, it
|
||||
returns &false;
|
||||
</para>
|
Loading…
Reference in a new issue