Browse Source

[svn r21513] FS#306 - The multibyte string library: Some minor corrections in the comments.

Ivan Tcholakov 15 years ago
parent
commit
96c9cf38f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/lib/multibyte_string_functions.lib.php

+ 2 - 2
main/inc/lib/multibyte_string_functions.lib.php

@@ -1226,8 +1226,8 @@ function api_ksort(&$array, $sort_flag = SORT_REGULAR, $language = null, $encodi
  * SORT_NUMERIC - keys will be compared as numbers;
  * SORT_STRING - keys will be compared as strings. If intl extension is enabled, then comparison will be language-sensitive using internally a created ICU locale;
  * SORT_LOCALE_STRING - keys will be compared as strings depending on the current POSIX locale. If intl extension is enabled, then comparison will be language-sensitive using internally a created ICU locale.
- * This function is aimed at replacing the function ksort() for sorting human-language key strings.
- * @link http://php.net/manual/en/function.ksort.php
+ * This function is aimed at replacing the function krsort() for sorting human-language key strings.
+ * @link http://php.net/manual/en/function.krsort.php
  */
 function api_krsort(&$array, $sort_flag = SORT_REGULAR, $language = null, $encoding = null) {
 	if (INTL_INSTALLED) {