Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10382

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Predefined Constants</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ps.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.ps.html">PS Functions</a></div>
 <div class="up"><a href="book.ps.html">PS</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ps.constants" class="appendix">
 <h1>Predefined Constants</h1>

 <p class="simpara">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</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>Contants for line caps</strong></caption>
   
    <thead>
     <tr>
      <th>Name</th>
      <th>Meaning</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>ps_LINECAP_BUTT</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td>ps_LINECAP_ROUND</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td>ps_LINECAP_SQUARED</td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>


  <table id="ps.table-linejoin" class="doctable table">
   <caption><strong>Contants for line joins</strong></caption>
   
    <thead>
     <tr>
      <th>Name</th>
      <th>Meaning</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>ps_LINEJOIN_MITER</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td>ps_LINEJOIN_ROUND</td>
      <td class="empty">&nbsp;</td>
     </tr>

     <tr>
      <td>ps_LINEJOIN_BEVEL</td>
      <td class="empty">&nbsp;</td>
     </tr>

    </tbody>
   
  </table>

 </p>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ps.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.ps.html">PS Functions</a></div>
 <div class="up"><a href="book.ps.html">PS</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>