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.php403 * @param string $extra_chars Valid characters not in iunreserved or
408 protected function replace_invalid_with_pct_encoding($string, $extra_chars, $iprivate = false) argument
416 // Add unreserved and % to $extra_chars (the latter is safe because all
418 $extra_chars .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~%';
423 while (($position += strspn($string, $extra_chars, $position)) < $strlen) {