|
Pdo\Pgsql::getPidGet the PID of the backend process handling this connection Description
public int Pdo\Pgsql::getPid()
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. ParametersThis function has no parameters. Return ValuesReturns the PID as an int. ExamplesExample #1 Pdo\Pgsql::getPid example The above example will output something similar to: 12345 See Also
|