<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.ps-get-buffer.php',
    1 => 'ps_get_buffer',
    2 => '生成された PS データを含むバッファの内容を取得する',
  ),
  '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' => 'ja',
    '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">生成された PS データを含むバッファの内容を取得する</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">
   この関数は、まだ実装されていません。常に空の文字列を返します。
   メモリ内でのデータ作成が求められる場合に、postscript
   ファイルを内部バッファに読み込み、バッファの内容をこの関数で取得する、
   という実装を計画中です。
   現在は、メモリ内で作成されたデータはバッファリングされず直接ブラウザに送られます。
  </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">
       <span class="function"><a href="function.ps-new.php" class="function">ps_new()</a></span> が返す、postscript
       ファイルのリソース ID。
      </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> - 出力用のファイルを開く</span></li>
   </ul>
  </p>
 </div>

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