Auth_Yadis_Manager::length PHP 메소드

length() 공개 메소드

public length ( )
    function length()
    {
        // How many untried services remain?
        return count($this->services);
    }