Horde_Memcache::serialize PHP Method

serialize() public method

Serialize.
public serialize ( ) : string
return string Serialized representation of this object.
    public function serialize()
    {
        return serialize(array(self::VERSION, $this->_params));
    }