diff options
| author | Egon Schmid <eschmid@php.net> | 2000-02-24 07:27:39 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-02-24 07:27:39 +0000 |
| commit | 9c94a2b971251fdf9d56a2a7c14f5894858ac6a1 (patch) | |
| tree | ebb64790783d589a78d8fb8f77d49eb17a3afc9f /ext/pgsql | |
| parent | ac22cb771be84ab076ac335fe06002a15b46b168 (diff) | |
| download | php-git-9c94a2b971251fdf9d56a2a7c14f5894858ac6a1.tar.gz | |
More protos.
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/pgsql.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 4f69def3fb..7c9f741bf1 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -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) { |
