From 83789915a3a602b23913f6ff3cfc15ba330bd904 Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 4 Apr 2012 21:36:56 -0400 Subject: [PATCH] Update docs about PHP5.4 constant. --- lib/Cake/Utility/Hash.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Cake/Utility/Hash.php b/lib/Cake/Utility/Hash.php index b29eb8641e2..0c607aa03bb 100644 --- a/lib/Cake/Utility/Hash.php +++ b/lib/Cake/Utility/Hash.php @@ -727,6 +727,7 @@ public static function apply(array $data, $path, $function) { * - `numeric` Sort by numeric value. * - `regular` Sort by numeric value. * - `string` Sort by numeric value. + * - `natural` Sort by natural order. Requires PHP 5.4 or greater. * * @param array $data An array of data to sort * @param string $path A Set-compatible path to the array value