diff options
author | Urban Müller | 2020-06-19 14:22:39 +0200 |
---|---|---|
committer | Urban Müller | 2020-06-19 14:22:39 +0200 |
commit | d486ecf93f66eff6586a4893ab3108a4fb352e82 (patch) | |
tree | 7e295ac7e44cbdfa39d520e5c2d9bda781daf28d | |
parent | 77cb6c93b8822423b5be5113a1006c93958d26af (diff) | |
download | itools-d486ecf93f66eff6586a4893ab3108a4fb352e82.tar.gz itools-d486ecf93f66eff6586a4893ab3108a4fb352e82.tar.bz2 itools-d486ecf93f66eff6586a4893ab3108a4fb352e82.zip |
fix docs
-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) { |