downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.memcache.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.remote.other.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.memcache.php',
   
1 => 'Memcache',
  ),
 
'up' =>
  array (
   
0 => 'refs.remote.other.php',
   
1 => 'Other Services',
  ),
 
'prev' =>
  array (
   
0 => 'function.notes-version.php',
   
1 => 'notes_version',
  ),
 
'next' =>
  array (
   
0 => 'intro.memcache.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">Memcache</h1>
 
 
 
 
 
 







 





 








 








<ul class="chunklist chunklist_book"><li><a href="intro.memcache.php">Introduction</a></li><li><a href="memcache.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="memcache.requirements.php">Requirements</a></li><li><a href="memcache.installation.php">Installation</a></li><li><a href="memcache.ini.php">Runtime Configuration</a></li><li><a href="memcache.resources.php">Resource Types</a></li></ul></li><li><a href="memcache.constants.php">Predefined Constants</a></li><li><a href="memcache.examples.php">Examples</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="memcache.examples-overview.php">memcache extension overview example</a></li></ul></li><li><a href="ref.memcache.php">Memcache Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.memcache-add.php">Memcache::add</a> — Add an item to the server</li><li><a href="function.memcache-addserver.php">Memcache::addServer</a> — Add a memcached server to connection pool</li><li><a href="function.memcache-close.php">Memcache::close</a> — Close memcached server connection</li><li><a href="function.memcache-connect.php">Memcache::connect</a> — Open memcached server connection</li><li><a href="function.memcache-debug.php">memcache_debug</a> — Turn debug output on/off</li><li><a href="function.memcache-decrement.php">Memcache::decrement</a> — Decrement item's value</li><li><a href="function.memcache-delete.php">Memcache::delete</a> — Delete item from the server</li><li><a href="function.memcache-flush.php">Memcache::flush</a> — Flush all existing items at the server</li><li><a href="function.memcache-get.php">Memcache::get</a> — Retrieve item from the server</li><li><a href="function.memcache-getextendedstats.php">Memcache::getExtendedStats</a> — Get statistics from all servers in pool</li><li><a href="function.memcache-getserverstatus.php">Memcache::getServerStatus</a> — Returns server status</li><li><a href="function.memcache-getstats.php">Memcache::getStats</a> — Get statistics of the server</li><li><a href="function.memcache-getversion.php">Memcache::getVersion</a> — Return version of the server</li><li><a href="function.memcache-increment.php">Memcache::increment</a> — Increment item's value</li><li><a href="function.memcache-pconnect.php">Memcache::pconnect</a> — Open memcached server persistent connection</li><li><a href="function.memcache-replace.php">Memcache::replace</a> — Replace value of the existing item</li><li><a href="function.memcache-set.php">Memcache::set</a> — Store data at the server</li><li><a href="function.memcache-setcompressthreshold.php">Memcache::setCompressThreshold</a> — Enable automatic compression of large values</li><li><a href="function.memcache-setserverparams.php">Memcache::setServerParams</a> — Changes server parameters and status at runtime</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites