phpQueryObject::length PHP Method

length() public method

..
Deprecation: Use length as attribute
public length ( ) : phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
return phpQueryObject | QueryTemplatesSource | QueryTemplatesParse | QueryTemplatesSourceQuery
    public function length()
    {
        return $this->size();
    }