Horde_Memcache::serialize PHP 메소드

serialize() 공개 메소드

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