Pdo\Pgsql::getPid

(PHP 8 >= 8.4.0)

Pdo\Pgsql::getPidGet the PID of the backend process handling this connection

Descrição

public Pdo\Pgsql::getPid(): int

Returns the PID of the backend process handling this connection. Note that the PID belongs to a process executing on the database server host, not the local host.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the PID as an int.