Home
last modified time | relevance | path

Searched refs:backref (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A Dio.php761 * @param bool $backref When true returns array with backreferences instead of lines
762 * @return array matching lines or backref, false on error
766 function io_grep($file, $pattern, $max = 0, $backref = false)
780 if ($backref) {
712 io_grep($file, $pattern, $max = 0, $backref = false) global() argument