mirror of
https://github.com/php/doc-de.git
synced 2026-04-27 08:58:17 +02:00
81279faa5d
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@85109 c90b9560-bf6c-de11-be94-00142212c4b1
80 lines
2.3 KiB
XML
80 lines
2.3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.3 $ -->
|
|
<!-- splitted from ./de/functions/network.xml, last change in rev 1.12 -->
|
|
<!-- last change to 'socket-get-status' in en/ tree in rev 1.24 -->
|
|
<!-- EN-Revision: 1.2 Maintainer: tschuer Status: ready -->
|
|
<!-- OLD-Revision: 1.26/EN.1.24 -->
|
|
<refentry id="function.socket-get-status">
|
|
<refnamediv>
|
|
<refname>socket_get_status</refname>
|
|
<refpurpose>
|
|
Gibt Informationen über eine vorhandene Socket-Ressource zurück
|
|
</refpurpose>
|
|
</refnamediv>
|
|
<refsect1>
|
|
<title>Beschreibung:</title>
|
|
<methodsynopsis>
|
|
<type>array</type><methodname>socket_get_status</methodname>
|
|
<methodparam><type>resource</type><parameter>socket_get_status</parameter></methodparam>
|
|
</methodsynopsis>
|
|
<para>
|
|
Gibt Informationen über eine vorhandene Socket-Ressource zurück.
|
|
Z. Zt. werden vier Einträge in dem resultierenden Array
|
|
vorgenommen:
|
|
</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>
|
|
<parameter>timed_out</parameter> (bool) - Der Timeout-Wert des
|
|
Sockets für das Warten auf Daten
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<parameter>blocked</parameter> (bool) - Der Socket wurde
|
|
blockiert
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<parameter>eof</parameter> (bool) - Das EOF (End Of File)
|
|
ist erreicht
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<parameter>unread_bytes</parameter> (int) - Anzahl der Bytes,
|
|
die noch im Socket-Puffer sind
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<para>
|
|
Siehe auch:
|
|
<function>accept_connect</function>, <function>bind</function>,
|
|
<function>connect</function>, <function>listen</function> und
|
|
<function>strerror</function>.
|
|
</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:"../../../../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
|
|
-->
|