<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'ps.constants.php',
    1 => 'Vordefinierte Konstanten',
    2 => 'Vordefinierte Konstanten',
  ),
  'up' => 
  array (
    0 => 'book.ps.php',
    1 => 'PS',
  ),
  'prev' => 
  array (
    0 => 'ps.resources.php',
    1 => 'Ressource-Typen',
  ),
  'next' => 
  array (
    0 => 'ref.ps.php',
    1 => 'PS Funktionen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Vordefinierte Konstanten</h1>

 <p class="simpara">Folgende Konstanten werden von dieser
Erweiterung definiert und stehen nur zur Verfügung, wenn die Erweiterung entweder
statisch in PHP kompiliert oder dynamisch zur Laufzeit geladen
wurde.</p>
 <p class="para">
  The following two tables lists all constants defined by the ps extension.
  <table id="ps.table-linecap" class="doctable table">
   <caption><strong>Constants for line caps</strong></caption>
   
    <thead>
     <tr>
      <th>Name</th>
      <th>Meaning</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>Constants for line joins</strong></caption>
   
    <thead>
     <tr>
      <th>Name</th>
      <th>Meaning</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); ?>