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

skala
Ivan Tcholakov 16 years ago
parent d17be586a8
commit 96c9cf38f3
  1. 4
      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) {

Loading…
Cancel
Save