Files
2025-03-02 21:46:47 -03:00

53 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?><!-- EN-Revision: 02b075821852f44e97742ba6f586cc2fa3272806 Maintainer: leonardolara Status: ready --><!-- CREDITS: leonardolara -->
<refentry xml:id="pdo-pgsql.getpid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>Pdo\Pgsql::getPid</refname>
<refpurpose>Obtém o PID do processo subjacente que trata esta conexão</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis role="Pdo\\Pgsql">
<modifier>public</modifier> <type>int</type><methodname>Pdo\Pgsql::getPid</methodname>
<void/>
</methodsynopsis>
<simpara>
Retorna o PID do processo subjacente que trata esta conexão.
Observe que o PID pertence a um processo em execução no
host do servidor de banco de dados, não no host local.
</simpara>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
&no.function.parameters;
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<simpara>
Retorna o PID como um <type>int</type>.
</simpara>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->