Sophie

Sophie

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

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="mqseries.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.mqseries.html">mqseries Functions</a></div>
 <div class="up"><a href="book.mqseries.html">mqseries</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mqseries.constants" class="appendix">
 <h1>Predefined Constants</h1>

 <p class="para">
  For each WebSphere MQ Constant there is a mqseries counterpart. 
 </p>
 <p class="para">For definitions and usage see the WebSphere MQ Application Programming Guide and WebSphere MQ
  Application Programming Reference red books.
 </p>
 <p class="para">The name of the mqseries counterpart is made by appending the WebSphere MQ constant with MQSERIES_,
  for example the CompletionCode constants are:
 </p>
 <p class="para">
  <table class="doctable table">
   <caption><strong>mqseries constants</strong></caption>
   
    <thead>
     <tr>
      <th>PHP Constant</th>
      <th>MQ Constant</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>MQSERIES_MQCC_OK</td>
      <td>MQCC_OK</td>
     </tr>

     <tr>
      <td>MQSERIES_MQCC_WARNING</td>
      <td>MQCC_WARNING</td>
     </tr>

     <tr>
      <td>MQSERIES_MQCC_FAILED</td>
      <td>MQCC_FAILED</td>
     </tr>

     <tr>
      <td>MQSERIES_MQCC_UNKNOWN</td>
      <td>MQCC_UNKNOWN</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="mqseries.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.mqseries.html">mqseries Functions</a></div>
 <div class="up"><a href="book.mqseries.html">mqseries</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>