helly Mon Feb 20 22:21:24 2006 UTC Modified files: /php-src/ext/spl spl.php Log: - WS http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl.php?r1=1.65&r2=1.66&diff_format=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.65 php-src/ext/spl/spl.php:1.66 --- php-src/ext/spl/spl.php:1.65 Mon Feb 20 22:19:04 2006 +++ php-src/ext/spl/spl.php Mon Feb 20 22:21:24 2006 @@ -634,7 +634,7 @@ /** Sort the entries by key. */ function ksort(); - + /** Sort the entries by values using user defined function. */ function uasort(mixed cmp_function); @@ -642,7 +642,7 @@ /** Sort the entries by key using user defined function. */ function uksort(mixed cmp_function); - + /** Sort the entries by values using "natural order" algorithm. */ function natsort(); @@ -650,7 +650,7 @@ /** Sort the entries by values using case insensitive "natural order" algorithm. */ function natcasesort(); - + /** * @param $array new array or object */ @@ -756,7 +756,7 @@ /** Sort the entries by key. */ function ksort(); - + /** Sort the entries by values using user defined function. */ function uasort(mixed cmp_function); @@ -764,7 +764,7 @@ /** Sort the entries by key using user defined function. */ function uksort(mixed cmp_function); - + /** Sort the entries by values using "natural order" algorithm. */ function natsort(); @@ -772,7 +772,7 @@ /** Sort the entries by values using case insensitive "natural order" algorithm. */ function natcasesort(); - + /** @param $index offset to inspect * @return whetehr offset $index esists */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php