Login   Register  
PHP Classes
elePHPant
Icontem

File: example_get_status.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Shibly  >  A simple memcached class  >  example_get_status.php  >  Download  
File: example_get_status.php
Role: Example script
Content type: text/plain
Description: example file- get server status
Class: A simple memcached class
Manipulate values stored in memcached servers
Author: By
Last change: updated
Date: 2012-02-19 15:32
Size: 100 bytes
 

Contents

Class file image Download
<?php

require_once'memcache2.php';
$srv_stat = new cache_memcache();
$srv_stat->ServerStatus();