}
/* }}} */
-/* {{{ proto void Collator::set_strength(int strength) U
+/* {{{ proto void Collator::setStrength(int strength) U
Set the collation strength */
/* {{{ proto void collator_set_strength(Collator coll, int strength) U
Set the collation strength */
}
/* }}} */
-/* {{{ proto int Collator::get_strength() U
+/* {{{ proto int Collator::getStrength() U
Returns the current collation strength */
/* {{{ proto int collator_get_strength(Collator coll) U
Returns the current collation strength */
}
/* }}} */
-/* {{{ proto bool Collator::set_attribute(int attribute, int value) U
+/* {{{ proto bool Collator::setAttribute(int attribute, int value) U
Set a collation attribute */
/* {{{ proto bool collator_set_attribute(Collator coll, int attribute, int value) U
Set a collation attribute */
/* }}} */
-/* {{{ proto int Collator::get_attribute(int attribute) U
+/* {{{ proto int Collator::getAttribute(int attribute) U
Returns a collation attribute */
/* {{{ proto int collator_get_attribute(Collator coll, int attribute) U
Returns a collation attribute */
/* {{{ Single character properties */
-/* {{{ poto float char_get_numeric_value(char text) U
+/* {{{ proto float char_get_numeric_value(char text) U
Get the numeric value for the character, as defined in the Unicode Character Database */
PHP_FUNCTION(char_get_numeric_value)
{