mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed description of returned value on error.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314774 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
138ea30872
commit
963c4c54c0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<function>pg_field_prtlen</function> returns the actual printed
|
||||
length (number of characters) of a specific value in a PostgreSQL
|
||||
<parameter>result</parameter>. Row numbering starts at 0. This
|
||||
function will return -1 on an error.
|
||||
function will return &false; on an error.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>field_name_or_number</parameter> can be passed either as an
|
||||
|
|
Loading…
Reference in a new issue