<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.ps-fill.php',
    1 => 'ps_fill',
    2 => 'Fills the current path',
  ),
  'up' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.ps-end-template.php',
    1 => 'ps_end_template',
  ),
  'next' => 
  array (
    0 => 'function.ps-fill-stroke.php',
    1 => 'ps_fill_stroke',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ps/functions/ps-fill.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ps-fill" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ps_fill</h1>
  <p class="verinfo">(PECL ps &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">ps_fill</span> &mdash; <span class="dc-title">Fills the current path</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ps-fill-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ps_fill</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.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Fills the path constructed with previously called drawing functions like
   <span class="function"><a href="function.ps-lineto.php" class="function">ps_lineto()</a></span>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ps-fill-parameters">
  <h3 class="title">Parameter-Liste</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 returnvalues" id="refsect1-function.ps-fill-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ps-fill-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ps-fill-stroke.php" class="function" rel="rdfs-seeAlso">ps_fill_stroke()</a> - Fills and strokes the current path</span></li>
    <li><span class="function"><a href="function.ps-stroke.php" class="function" rel="rdfs-seeAlso">ps_stroke()</a> - Draws the current path</span></li>
   </ul>
  </p>
 </div>

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