mirror of
https://github.com/php/doc-tr.git
synced 2026-03-24 15:22:23 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/tr/trunk@314031 c90b9560-bf6c-de11-be94-00142212c4b1
99 lines
2.5 KiB
XML
99 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- $Revision$ -->
|
||
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: nilgun Status: ready -->
|
||
<refentry xml:id="streamwrapper.stream-write" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<refnamediv>
|
||
<refname>streamWrapper::stream_write</refname>
|
||
<refpurpose>Akıma yazar</refpurpose>
|
||
</refnamediv>
|
||
|
||
<refsect1 role="description">
|
||
&reftitle.description;
|
||
<methodsynopsis>
|
||
<modifier>public</modifier> <type>int</type><methodname>streamWrapper::stream_write</methodname>
|
||
<methodparam><type>string</type><parameter>veri</parameter></methodparam>
|
||
</methodsynopsis>
|
||
<para>
|
||
Bu yöntem <function>fwrite</function> işlevine yanıt olarak çağrılır.
|
||
</para>
|
||
<note>
|
||
<para>
|
||
Başarıyla yazılan bayt sayısına göre akımdaki konumlayıcıyı güncellemeyi
|
||
unutmayın.
|
||
</para>
|
||
</note>
|
||
</refsect1>
|
||
|
||
<refsect1 role="parameters">
|
||
&reftitle.parameters;
|
||
<para>
|
||
<variablelist>
|
||
<varlistentry>
|
||
<term><parameter>veri</parameter></term>
|
||
<listitem>
|
||
<para>
|
||
Sarmalayıcının akımına yazılacak veri.
|
||
</para>
|
||
<note>
|
||
<para>
|
||
Akımda yeteri kadar yer yoksa olduğu kadarına yazılır.
|
||
</para>
|
||
</note>
|
||
</listitem>
|
||
</varlistentry>
|
||
</variablelist>
|
||
</para>
|
||
</refsect1>
|
||
|
||
<refsect1 role="returnvalues">
|
||
&reftitle.returnvalues;
|
||
<para>
|
||
Akımda başarıyla saklanan bayt sayısı döner. <literal>0</literal> dönmüşse
|
||
hiçbir veri saklanamamış demektir.
|
||
</para>
|
||
</refsect1>
|
||
|
||
<refsect1 role="errors">
|
||
&reftitle.errors;
|
||
&userstream.not.implemented.warning;
|
||
<note>
|
||
<para>
|
||
Dönen değer <parameter>veri</parameter> uzunluğundan büyükse bir
|
||
<constant>E_WARNING</constant> çıktılanır ve dönüş değeri bu uzunluğa
|
||
düşürülür.
|
||
</para>
|
||
</note>
|
||
</refsect1>
|
||
|
||
<refsect1 role="seealso">
|
||
&reftitle.seealso;
|
||
<para>
|
||
<simplelist>
|
||
<member><function>fwrite</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
|
||
-->
|