Dibi\Row::count PHP 메소드

count() 최종 공개 메소드

******************* interfaces ArrayAccess, Countable & IteratorAggregate ****************d*g*
final public count ( )
    public final function count()
    {
        return count((array) $this);
    }