<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ps.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ps.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.ps.php',
    1 => 'PS',
  ),
  'prev' => 
  array (
    0 => 'ps.resources.php',
    1 => 'リソース型',
  ),
  'next' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/ps/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ps.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
 <p class="para">
   以下の 2 つの表は、ps 拡張で定義されている定数の一覧です。
  <table id="ps.table-linecap" class="doctable table">
   <caption><strong>線端の形状をあらわす定数</strong></caption>
   
    <thead>
     <tr>
      <th>名前</th>
      <th>意味</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr id="constant.ps-linecap-butt">
      <td><strong><code><a href="ps.constants.php#constant.ps-linecap-butt">ps_LINECAP_BUTT</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr id="constant.ps-linecap-round">
      <td><strong><code><a href="ps.constants.php#constant.ps-linecap-round">ps_LINECAP_ROUND</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr id="constant.ps-linecap-squared">
      <td><strong><code><a href="ps.constants.php#constant.ps-linecap-squared">ps_LINECAP_SQUARED</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>


  <table id="ps.table-linejoin" class="doctable table">
   <caption><strong>線の連結方法をあらわす定数</strong></caption>
   
    <thead>
     <tr>
      <th>名前</th>
      <th>意味</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr id="constant.ps-linejoin-miter">
      <td><strong><code><a href="ps.constants.php#constant.ps-linejoin-miter">ps_LINEJOIN_MITER</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr id="constant.ps-linejoin-round">
      <td><strong><code><a href="ps.constants.php#constant.ps-linejoin-round">ps_LINEJOIN_ROUND</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr id="constant.ps-linejoin-bevel">
      <td><strong><code><a href="ps.constants.php#constant.ps-linejoin-bevel">ps_LINEJOIN_BEVEL</a></code></strong></td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>

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