1
0
mirror of https://github.com/php/doc-ja.git synced 2026-04-26 01:18:04 +02:00
Files
archived-doc-ja/reference/misc/functions/connection-status.xml
T

72 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: d05c9017ad2d0f0f96af8089d5526bd9b0d13c85 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.connection-status" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>connection_status</refname>
<refpurpose>接続ステータスのビットフィールドを返す</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>connection_status</methodname>
<void/>
</methodsynopsis>
<para>
接続ステータスのビットフィールドを取得します。
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
&no.function.parameters;
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
接続ステータスのビットフィールドを返します。これを定数
<link linkend="misc.constants"><constant>CONNECTION_<replaceable>*</replaceable></constant></link>
と比較することで、接続の状態を判断できます。
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>connection_aborted</function></member>
<member><function>ignore_user_abort</function></member>
<member>
PHP における接続処理についての説明は
<link linkend="features.connection-handling">接続処理</link>
</member>
</simplelist>
</para>
</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
-->