]> granicus.if.org Git - php/commitdiff
More protos.
authorEgon Schmid <eschmid@php.net>
Thu, 24 Feb 2000 07:27:39 +0000 (07:27 +0000)
committerEgon Schmid <eschmid@php.net>
Thu, 24 Feb 2000 07:27:39 +0000 (07:27 +0000)
ext/pgsql/pgsql.c

index 4f69def3fb887863bf7ca826d1e60e003386b4fa..7c9f741bf119e6842bef0025983663537d4d2afc 100644 (file)
@@ -394,7 +394,7 @@ int php_pgsql_get_default_link(INTERNAL_FUNCTION_PARAMETERS)
 }
 
 
-/* {{{ proto int pg_connect([string connection_string] | [string host, string port, [string options, [string tty,]] string database)
+/* {{{ proto int pg_connect([string connection_string] | [string host, string port [, string options [, string tty,]] string database)
    Open a PostgreSQL connection */
 PHP_FUNCTION(pg_connect)
 {
@@ -402,7 +402,7 @@ PHP_FUNCTION(pg_connect)
 }
 /* }}} */
 
-/* {{{ proto int pg_pconnect([string connection_string] | [string host, string port, [string options, [string tty,]] string database)
+/* {{{ proto int pg_pconnect([string connection_string] | [string host, string port [, string options [, string tty,]] string database)
    Open a persistent PostgreSQL connection */
 PHP_FUNCTION(pg_pconnect)
 {
@@ -1186,7 +1186,7 @@ PHP_FUNCTION(pg_locreate)
 }
 /* }}} */
 
-/* {{{ proto void pg_lounlink([int connection, ] int large_obj_id)
+/* {{{ proto void pg_lounlink([int connection,] int large_obj_id)
    Delete a large object */
 PHP_FUNCTION(pg_lounlink)
 {