public function Collection::count

Return the number of keys

Return value

integer

File

drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php, line 93

Class

Collection
Key value pair collection object

Namespace

Guzzle\Common

Code

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