<?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-stroke.php',
    1 => 'ps_stroke',
    2 => '現在のパスを描画する',
  ),
  'up' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS 関数',
  ),
  'prev' => 
  array (
    0 => 'function.ps-stringwidth.php',
    1 => 'ps_stringwidth',
  ),
  'next' => 
  array (
    0 => 'function.ps-symbol.php',
    1 => 'ps_symbol',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/ps/functions/ps-stroke.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ps-stroke" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ps_stroke</h1>
  <p class="verinfo">(PECL ps &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">ps_stroke</span> &mdash; <span class="dc-title">現在のパスを描画する</span></p>

 </div>

<div class="refsect1 description" id="refsect1-function.ps-stroke-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ps_stroke</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">
   <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-stroke-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 returnvalues" id="refsect1-function.ps-stroke-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   成功した場合に <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> を、失敗した場合に <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> を返します。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.ps-stroke-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.ps-closepath-stroke.php" class="function" rel="rdfs-seeAlso">ps_closepath_stroke()</a> - パスを閉じ、描画する</span></li>
    <li><span class="function"><a href="function.ps-fill.php" class="function" rel="rdfs-seeAlso">ps_fill()</a> - 現在のパスを塗りつぶす</span></li>
    <li><span class="function"><a href="function.ps-fill-stroke.php" class="function" rel="rdfs-seeAlso">ps_fill_stroke()</a> - 現在のパスを塗りつぶし、線を引く</span></li>
   </ul>
  </p>
 </div>

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