PHP Classes

File: example_get_status.php

Recommend this page to a friend!
  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: 12 years ago
Size: 100 bytes
 

Contents

Class file image Download
<?php

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