pg_jit

(PHP 8 >= 8.4.0)

pg_jitReturns the JIT information of the server

説明

function pg_jit(?PgSql\Connection $connection = null): array

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

パラメータ

connection

PgSql\Connection クラスのインスタンス。 connectionnull, の場合、デフォルトの接続を使います。 デフォルトの接続とは、pg_connect() または pg_pconnect() によって確立された直近の接続です。

警告

PHP 8.1.0 以降では、デフォルトの接続を使うことは推奨されなくなりました。

戻り値

Returns an array containing the JIT information of the server.

参考

  • pg_version() - クライアント・プロトコル・サーバーのバージョンを配列で返す