Source of: /manual/en/sem.constants.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.sem.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'sem.constants.php',
1 => 'Predefined Constants',
),
'up' =>
array (
0 => 'book.sem.php',
1 => 'Semaphore, Shared Memory and IPC',
),
'prev' =>
array (
0 => 'sem.resources.php',
1 => 'Resource Types',
),
'next' =>
array (
0 => 'ref.sem.php',
1 => 'Semaphore Functions',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<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">
</p><table class="doctable table">
<caption><b>System V message constants</b></caption>
<thead valign="middle">
<tr valign="middle">
<th>Constant</th>
<th>Type</th>
<th>Changelog</th>
</tr>
</thead>
<tbody valign="middle" class="tbody">
<tr valign="middle">
<td align="left">MSG_IPC_NOWAIT</td>
<td align="left"><a href="language.types.integer.php" class="type integer">integer</a></td>
<td class="empty"> </td>
</tr>
<tr valign="middle">
<td align="left">MSG_EAGAIN</td>
<td align="left"><a href="language.types.integer.php" class="type integer">integer</a></td>
<td align="left">As of 5.2.0</td>
</tr>
<tr valign="middle">
<td align="left">MSG_ENOMSG</td>
<td align="left"><a href="language.types.integer.php" class="type integer">integer</a></td>
<td align="left">As of 5.2.0</td>
</tr>
<tr valign="middle">
<td align="left">MSG_NOERROR</td>
<td align="left"><a href="language.types.integer.php" class="type integer">integer</a></td>
<td class="empty"> </td>
</tr>
<tr valign="middle">
<td align="left">MSG_EXCEPT</td>
<td align="left"><a href="language.types.integer.php" class="type integer">integer</a></td>
<td class="empty"> </td>
</tr>
</tbody>
</table>
<p>
</p>
</div>
<?php manual_footer(); ?>