Searched refs:getStrength (Results 1 – 3 of 3) sorted by relevance
198 public function getStrength(): int {} function in Collator
84 …ZEND_ME_MAPPING(getStrength, collator_get_strength, arginfo_class_Collator_getStrength, ZEND_ACC_P…
88 return $GLOBALS['oo-mode'] ? $coll->getStrength() : collator_get_strength( $coll );
Completed in 13 milliseconds