<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ps.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.ps-get-buffer.php',
    1 => 'ps_get_buffer',
    2 => 'Fetches the full buffer containig the generated PS data',
  ),
  'up' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS Функції',
  ),
  'prev' => 
  array (
    0 => 'function.ps-findfont.php',
    1 => 'ps_findfont',
  ),
  'next' => 
  array (
    0 => 'function.ps-get-parameter.php',
    1 => 'ps_get_parameter',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ps/functions/ps-get-buffer.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ps-get-buffer" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ps_get_buffer</h1>
  <p class="verinfo">(PECL ps &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">ps_get_buffer</span> &mdash; <span class="dc-title">Fetches the full buffer containig the generated PS data</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ps-get-buffer-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ps_get_buffer</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$psdoc</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">This function is not implemented yet. It will always return an empty
   string. The idea for a later implementation is to write the contents of
   the postscript file into an internal buffer if in memory creation is
   requested, and retrieve the buffer content with this function.
   Currently, documents
   created in memory are send to the browser without buffering.
  </p>
  <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Наразі ця функція не
документована. Доступний лише список її параметрів.
</p></div>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ps-get-buffer-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">psdoc</code></dt>
     <dd>
      <p class="para">
       Resource identifier of the postscript file
       as returned by <span class="function"><a href="function.ps-new.php" class="function">ps_new()</a></span>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ps-get-buffer-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ps-open-file.php" class="function" rel="rdfs-seeAlso">ps_open_file()</a> - Opens a file for output</span></li>
   </ul>
  </p>
 </div>

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