diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-15 13:25:47 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2013-10-15 13:25:47 +0200 |
commit | 24998b31d03e0e30ec8d3ffa477e4580f33c9a44 (patch) | |
tree | cdee93f52219d9d3156a46cff5930d9bedf2ecdb /inc/search.php | |
parent | 143ff0f836341ddd83dbb087ea227ca90eb1aea3 (diff) | |
download | rpg-24998b31d03e0e30ec8d3ffa477e4580f33c9a44.tar.gz rpg-24998b31d03e0e30ec8d3ffa477e4580f33c9a44.tar.bz2 |
update phpdocs inc/search.php
Diffstat (limited to 'inc/search.php')
-rw-r--r-- | inc/search.php | 3 |
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. |