Source of: /manual/en/memcache.constants.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.memcache.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'memcache.constants.php',
1 => 'Predefined Constants',
),
'up' =>
array (
0 => 'book.memcache.php',
1 => 'Memcache',
),
'prev' =>
array (
0 => 'memcache.resources.php',
1 => 'Resource Types',
),
'next' =>
array (
0 => 'memcache.examples.php',
1 => 'Examples',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1>Predefined Constants</h1>
<table class="doctable table">
<caption><b>Memcache Constants</b></caption>
<thead valign="middle">
<tr valign="middle">
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody valign="middle" class="tbody">
<tr valign="middle">
<td align="left">
<b><tt class="constant">MEMCACHE_COMPRESSED</tt></b>
(<a href="language.types.integer.php" class="type integer">integer</a>)
</td>
<td align="left">
Used to turn on-the-fly data compression on with
<a href="function.memcache-set.php" class="function">Memcache::set()</a>,
<a href="function.memcache-add.php" class="function">Memcache::add()</a> and
<a href="function.memcache-replace.php" class="function">Memcache::replace()</a>.
</td>
</tr>
<tr valign="middle">
<td align="left">
<b><tt class="constant">MEMCACHE_HAVE_SESSION</tt></b>
(<a href="language.types.integer.php" class="type integer">integer</a>)
</td>
<td align="left">
1 if this Memcache session handler is available, 0 otherwise.
</td>
</tr>
</tbody>
</table>
</div>
<?php manual_footer(); ?>