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