corrected return-type and example headline

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118357 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Cornelia Boenigk 2003-02-27 22:57:54 +00:00
parent 2f07e1a1ed
commit b7e1753306

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 -->
<refentry id="function.pg-ping">
<refnamediv>
@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>pg_ping</methodname>
<type>bool</type><methodname>pg_ping</methodname>
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
</methodsynopsis>
<para>
@ -23,7 +23,7 @@
</para>
<para>
<example>
<title>PostgreSQL fetch array</title>
<title>PostgreSQL ping</title>
<programlisting role="php">
<![CDATA[
<?php