PHP 8.4.22 Released!

pg_jit

(PHP 8 >= 8.4.0)

pg_jitReturns the JIT information of the server

说明

function pg_jit(?PgSql\Connection $connection = null): array

pg_jit() returns an array with the JIT (Just-In-Time compilation) information of the PostgreSQL server.

参数

connection

An PgSql\Connection instance. When connection is null, the default connection is used. The default connection is the last connection made by pg_connect() or pg_pconnect().

警告

As of PHP 8.1.0, using the default connection is deprecated.

返回值

Returns an array containing the JIT information of the server.

参见

  • pg_version() - Returns an array with client, protocol and server version (when available)
添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top