PHP 8.5.0 Alpha 4 available for testing

Voting

: min(seven, eight)?
(Example: nine)

The Note You're Voting On

ninja (whorl) thinkninja (stop) com
22 years ago
If you are moving between different versions of PHP, this might be handy:

if (!function_exists('pg_fetch_assoc')) {
function pg_fetch_assoc ($result)
{
return @pg_fetch_array($result, NULL, PGSQL_ASSOC);
}
}

<< Back to user notes page

To Top