php8.5
Home/ Manual/ pgsql / functions/ pg_jit

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

connection

Connection-with-nullable-default

Return Values

Returns an Array containing the JIT information of the server.

See Also

Source: reference/pgsql/functions/pg-jit.xml · from the official PHP manual (php/doc-en)