Collection::offsetUnset()

offsetUnset($offset) Parameters $offset

Collection

class Collection extends Composite Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. MISSING_FIELD_ERROR NO_SUCH_FIELD_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $fi

Collection::getIterator()

getIterator()

Collection::count()

count()

Collator::sort()

bool sort(array $arr, int $sortFlag = self::SORT_REGULAR) Not supported. Sort array using specified collator. Parameters array $arr &$arr Array of string to sort int $sortFlag Optional sorting type, one of the following: Collator::SORTREGULAR Collator::SORTNUMERIC Collator::SORT_STRING Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.sort.php

Collator::sortWithSortKeys()

bool sortWithSortKeys(array $arr) Not supported. Sort array using specified collator and sort keys. Parameters array $arr &$arr Array of strings to sort Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.sortwithsortkeys.php

Collection

class Collection implements CollectionInterface Methods __construct(Connection $connection, Query $search) Entry[] toArray() count() getIterator() offsetExists($offset) offsetGet($offset) offsetSet($offset, $value) offsetUnset($offset) Details __construct(Connection $connection, Query $search) Parameters Connection $connection Query $search Entry[] toArray() R

Collator::getLocale()

string getLocale(int $type = Locale::ACTUAL_LOCALE) Returns the collator's locale. Parameters int $type Not supported. The locale name type to return (Locale::VALIDLOCALE or Locale::ACTUALLOCALE) Return Value string The locale used to create the collator. Currently always returns "en".

Collator::getStrength()

bool|int getStrength() Not supported. Get current collator's strength. Return Value bool|int The current collator's strength or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.getstrength.php

Collator::getErrorMessage()

string getErrorMessage() Returns collator's last error message. Always returns the UZEROERROR_MESSAGE class constant value. Return Value string The error message from last collator call