(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.
connectionEine PgSql\Connection-Instanz.
Falls connection null ist, wird die Standardverbindung benutzt.
Das ist die zuletzt mit pg_connect() oder pg_pconnect() aufgebaute Verbindung.
Seit PHP 8.1.0 ist die Verwendung der Standardverbindung veraltet.
Returns an Array containing the JIT information of the server.