Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php369 * @param string $extra_chars Valid characters not in iunreserved or
374 …protected function replace_invalid_with_pct_encoding(string $string, string $extra_chars, bool $ip… argument
386 $extra_chars .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~%';
391 while (($position += strspn($string, $extra_chars, $position)) < $strlen) {