items::length PHP Method

length() public method

public length ( )
    public function length()
    {
        return count($this->array);
    }