<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.filesystem.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.set-file-buffer.php',
    1 => 'set_file_buffer',
    2 => 'Псевдоним stream_set_write_buffer',
  ),
  'up' => 
  array (
    0 => 'ref.filesystem.php',
    1 => 'Функции файловой системы',
  ),
  'prev' => 
  array (
    0 => 'function.rmdir.php',
    1 => 'rmdir',
  ),
  'next' => 
  array (
    0 => 'function.stat.php',
    1 => 'stat',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/filesystem/functions/set-file-buffer.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.set-file-buffer" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">set_file_buffer</h1>
  <p class="verinfo">(PHP 4, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">set_file_buffer</span> &mdash; <span class="dc-title">Псевдоним <span class="function"><a href="function.stream-set-write-buffer.php" class="function">stream_set_write_buffer()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.set-file-buffer-description">
  <h3 class="title">Описание</h3>
  <p class="simpara">
   Псевдоним функции 
   <span class="function"><a href="function.stream-set-write-buffer.php" class="function">stream_set_write_buffer()</a></span>.
  </p>
 </div>


</div><?php manual_footer($setup); ?>