pg_jit

(PHP 8 >= 8.4.0)

pg_jitReturns the JIT information of the server

Açıklama

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.

Bağımsız Değişkenler

connection

PgSql\Connection nesnesi. bağlantı null ise, öntanımlı bağlantı kullanılır.Öntanımlı bağlantı pg_connect() veya pg_pconnect() işleviyle kurulmuş son bağlantıdır.

Uyarı

PHP 8.1.0 ve sonrasında, öntanımlı bağlantının kullanımı önerilmemektedir.

Dönen Değerler

Returns an array containing the JIT information of the server.

Ayrıca Bakınız

  • pg_version() - Returns an array with client, protocol and server version (when available)
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top