pg_jit
Returns the JIT information of the server
説明
array pg_jit(PgSql\Connectionnull $connection = null)
pg_jit returns an array with the JIT (Just-In-Time
compilation) information of the PostgreSQL server.
パラメータ
-
connection
-
PgSql\Connection クラスのインスタンス。
connection が null, の場合、デフォルトの接続を使います。
デフォルトの接続とは、pg_connect または pg_pconnect によって確立された直近の接続です。
警告PHP 8.1.0 以降では、デフォルトの接続を使うことは推奨されなくなりました。
戻り値
Returns an array containing the JIT information of the server.