pg_jit
PHP function
Edit on GitHub ✎
(PHP 8 >= 8.4.0)
Returns the JIT information of the server
Description
pg_jit(PgSql\Connection|null $connection = null): array
pg_jit() returns an array with the JIT (Just-In-Time compilation) information of the PostgreSQL server.
Parameters
connectionConnection-with-nullable-default
Return Values
Returns an Array containing the JIT information of the server.