1
0
mirror of https://github.com/php/doc-tr.git synced 2026-04-28 01:13:13 +02:00
Files
2022-11-17 16:43:09 +03:00

96 lines
3.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4e6f0774f03131cbeeb8c21019a690bf97fd22b6 Maintainer: haluk Status: ready -->
<refentry xml:id="function.pfsockopen" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>pfsockopen</refname>
<refpurpose>Kalıcı bir internet veya Unix alan soketi bağlantısı açar</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type class="union"><type>resource</type><type>false</type></type><methodname>pfsockopen</methodname>
<methodparam><type>string</type><parameter>konakadı</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>port</parameter><initializer>-1</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter role="reference">hata_num</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">hata_iletisi</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type class="union"><type>float</type><type>null</type></type><parameter>zaman_aşımı</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
<para>
Betik işini bitirene kadar bağlantının kapatılmaması dışında
<function>fsockopen</function> işleviyle tamamen aynıdır. Yani,
<function>fsockopen</function> işlevinin kalıcı bağlantı açan sürümüdür.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
Bağımsız değişken bilgisi için <function>fsockopen</function> belgesine bakınız.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Bu işlev (<function>fgets</function>, <function>fgetss</function>,
<function>fwrite</function>, <function>fclose</function>, and
<function>feof</function> gibi) dosya işlevleri ile birlikte kullanılabilen
bir dosya göstericisi döndürür,&return.falseforfailure;.
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
<parameter>zaman_aşımı</parameter> artık &null; olabiliyor.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>fsockopen</function></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
-->