Auth_OpenID_Mapping::len PHP Method

len() public method

Returns the "length" of the mapping, or the number of keys.
public len ( )
    function len()
    {
        return count($this->keys);
    }