PHP 8.5.0 Beta 1 available for testing

Voting

: min(one, four)?
(Example: nine)

The Note You're Voting On

carl at thep.lu.se
22 years ago
Something needs to be said about the format of the array.
Judging by what I've seen, it's pretty much what you get
from loading a tab-separated file with file(). That is, the
lines are linefeed-terminated and there's no need to have
an extra line with "\.". On the other hand, when I try using this
command the connection to the server ends up in some odd
state and is then lost:
PHP Warning: U?S?o() query failed: server closed the connection unexpectedly

I think it might be safer to use the lower-level function
pg_put_line() for now.

<< Back to user notes page

To Top