summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/pgsql_driver.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2015-06-23 17:46:07 -0400
committerRasmus Lerdorf <rasmus@php.net>2015-06-23 17:46:20 -0400
commit28d7bb97a11c8eb55d568cb095517861c2e33d45 (patch)
treea2d1ec4e14b99fb1aaeca2fcdbd3776073fe1850 /ext/pdo_pgsql/pgsql_driver.c
parent2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (diff)
downloadphp-git-28d7bb97a11c8eb55d568cb095517861c2e33d45.tar.gz
Fix more proto comments
Diffstat (limited to 'ext/pdo_pgsql/pgsql_driver.c')
-rw-r--r--ext/pdo_pgsql/pgsql_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/pgsql_driver.c b/ext/pdo_pgsql/pgsql_driver.c
index f913eb7c31..9fa78e0cb1 100644
--- a/ext/pdo_pgsql/pgsql_driver.c
+++ b/ext/pdo_pgsql/pgsql_driver.c
@@ -750,7 +750,7 @@ static PHP_METHOD(PDO, pgsqlCopyFromFile)
/* }}} */
-/* {{{ proto string PDO::pgsqlCopyToFile(string $table_name , $filename, [string $delimiter [, string $null_as [, string $fields]]])
+/* {{{ proto string PDO::pgsqlCopyToFile(string $table_name , string $filename, [string $delimiter [, string $null_as [, string $fields]]])
Returns true if the copy worked fine or false if error */
static PHP_METHOD(PDO, pgsqlCopyToFile)
{