PhpExtensions::_memcached PHP Method

_memcached() protected static method

protected static _memcached ( )
    protected static function _memcached()
    {
        if (!static::_isHhvm()) {
            static::_ini(array('extension=memcached.so'));
        }
    }