summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2013-10-15 13:25:47 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2013-10-15 13:25:47 +0200
commit24998b31d03e0e30ec8d3ffa477e4580f33c9a44 (patch)
treecdee93f52219d9d3156a46cff5930d9bedf2ecdb
parent143ff0f836341ddd83dbb087ea227ca90eb1aea3 (diff)
downloadrpg-24998b31d03e0e30ec8d3ffa477e4580f33c9a44.tar.gz
rpg-24998b31d03e0e30ec8d3ffa477e4580f33c9a44.tar.bz2
update phpdocs inc/search.php
-rw-r--r--inc/search.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/search.php b/inc/search.php
index 884aa7b23..d3049bf92 100644
--- a/inc/search.php
+++ b/inc/search.php
@@ -14,9 +14,10 @@ if(!defined('DOKU_INC')) die('meh.');
* This function recurses into a given base directory
* and calls the supplied function for each file and directory
*
- * @param array ref $data The results of the search are stored here
+ * @param array &$data The results of the search are stored here
* @param string $base Where to start the search
* @param callback $func Callback (function name or array with object,method)
+ * @param array $opts option array will be given to the Callback
* @param string $dir Current directory beyond $base
* @param int $lvl Recursion Level
* @param mixed $sort 'natural' to use natural order sorting (default); 'date' to sort by filemtime; leave empty to skip sorting.