cucinato Thu Aug 22 08:25:10 2002 EDT Modified files: /phpdoc/en/reference/pgsql/functions pg-fetch-result.xml pg-escape-string.xml Log: Typo fixes Index: phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml diff -u phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml:1.3 phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml:1.4 --- phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml:1.3 Wed Apr 24 21:07:17 2002 +++ phpdoc/en/reference/pgsql/functions/pg-fetch-result.xml Thu Aug 22 08:25:10 +2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.82 --> <refentry id="function.pg-fetch-result"> <refnamediv> @@ -18,7 +18,7 @@ <function>pg_fetch_result</function> returns values from a <parameter>result</parameter> resource returned by <function>pg_query</function>. <parameter>row</parameter> - is integer. <parameter>field</parameter> is field name(string) + is integer. <parameter>field</parameter> is field name (string) or field index (integer). The <parameter>row</parameter> and <parameter>field</parameter> specify what cell in the table of results to return. Row numbering starts from 0. Instead of Index: phpdoc/en/reference/pgsql/functions/pg-escape-string.xml diff -u phpdoc/en/reference/pgsql/functions/pg-escape-string.xml:1.2 phpdoc/en/reference/pgsql/functions/pg-escape-string.xml:1.3 --- phpdoc/en/reference/pgsql/functions/pg-escape-string.xml:1.2 Wed Apr 17 02:43:18 2002 +++ phpdoc/en/reference/pgsql/functions/pg-escape-string.xml Thu Aug 22 08:25:10 +2002 @@ -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.61 --> <refentry id='function.pg-escape-string'> <refnamediv> @@ -17,7 +17,7 @@ <para> <function>pg_escape_string</function> escapes string for text/char datatype. It returns escaped string for - PostgreSQL. Use of this functon is recommended instead of + PostgreSQL. Use of this function is recommended instead of <function>addslashes</function>. </para> <note>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php