pg_jit

Returns the JIT information of the server

Description

array pg_jit(PgSql\Connectionnull $connection = null)

pg_jit returns an array with the JIT (Just-In-Time compilation) information of the PostgreSQL server.

Parameters

connection

An PgSql\Connection instance. When connection is null, the default connection is used. The default connection is the last connection made by pg_connect or pg_pconnect.

Warning

As of PHP 8.1.0, using the default connection is deprecated.

Return Values

Returns an array containing the JIT information of the server.

See Also

  • pg_version