Login   Register  
PHP Classes
elePHPant
Icontem

Class: MEM

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of roast  >  MEM  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: MEM
Base name: mem
Description: Access data in a memcache server like an array
Related classes: , ,
Version: 1.0
PHP version: 5.0
License: BSD License
All time users: 635 users
All time rank: 3976
Week users: 0 users
Week rank: 2481
Picture of roast
Author: roast <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: China China - PHP jobs in China
Age: 27
All time rank: 228627 in China China
Week rank: 2255 Up22 in China China Up
Innovation award
Innovation award
Nominee: 1x


  Detailed description  
This class can be used to access values stored in a memcache server as if it was a PHP array.

It uses the Standard Template Library (SPL) to extend the ArrayAccess class.

The class provides functions for setting, getting, checking the values of entries stored in a given memcache server.

 

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Cache Classes for managing cached pages View top rated classes
Group folder image Data types Modeling and manipulating data types View top rated classes

  Rate classes User ratings   Applications   Files Files  

  Innovation Award  
PHP Programming Innovation award nominee
August 2007
Number 7
Memcache is an application that stores arbitrary data in the memory of a server.

Data stored in a memcache server can be accessed very quickly. Memcache is often used to store user session data of Web applications handled by a cluster of servers.

This class makes it easy to access data store in a memcache server as if it was a regular PHP array.

Manuel Lemos

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file example Example example
Plain text file mem.class.php Class

Download all files: mem.tar.gz mem.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.