diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:07 -0400 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2015-06-23 17:46:20 -0400 |
| commit | 28d7bb97a11c8eb55d568cb095517861c2e33d45 (patch) | |
| tree | a2d1ec4e14b99fb1aaeca2fcdbd3776073fe1850 /ext/pdo_pgsql/pgsql_driver.c | |
| parent | 2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (diff) | |
| download | php-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.c | 2 |
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) { |
