diff options
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -437,7 +437,7 @@ static function convertregex($pattern, $p = null) * @param $p['offset_capture'] Set flag preg_offset_capture (returns offsets with the matches). * @param $p['all'] Return every match as array instead of first match. * @param $p contains pattern modifiers, @see convertregex() - * @return Matched string or false + * @return Matched string or null */ static function match($pattern, $string, $p = null) { |