Home
last modified time | relevance | path

Searched refs:extra_chars (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
DIRI.php402 * @param string $extra_chars Valid characters not in iunreserved or
407 protected function replace_invalid_with_pct_encoding($string, $extra_chars, $iprivate = false) argument
417 $extra_chars .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~%';
422 while (($position += strspn($string, $extra_chars, $position)) < $strlen) {