jsgoupil Mon Jul 4 00:50:59 2005 EDT
Modified files:
/phpdoc/en/reference/pgsql/functions pg-get-result.xml
Log:
program and screen didn't fit
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-get-result.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pgsql/functions/pg-get-result.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-get-result.xml:1.5
phpdoc/en/reference/pgsql/functions/pg-get-result.xml:1.6
--- phpdoc/en/reference/pgsql/functions/pg-get-result.xml:1.5 Sun Jul 3
10:59:21 2005
+++ phpdoc/en/reference/pgsql/functions/pg-get-result.xml Mon Jul 4
00:50:58 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.58 -->
<refentry id='function.pg-get-result'>
<refnamediv>
@@ -72,7 +72,7 @@
echo "$res1 has $rows1 records\n\n";
$res2 = pg_get_result($dbconn);
- echo "second call to pg_get_result(): $res2\n";
+ echo "Second call to pg_get_result(): $res2\n";
$rows2 = pg_num_rows($res2);
echo "$res2 has $rows2 records\n";
?>
@@ -81,10 +81,10 @@
&example.outputs;
<screen>
<![CDATA[
-first call to pg_get_result(): Resource id #3
+First call to pg_get_result(): Resource id #3
Resource id #3 has 3 records
-second call to pg_get_result(): Resource id #4
+Second call to pg_get_result(): Resource id #4
Resource id #4 has 1 records
]]>
</screen>