Searched refs:extra_chars (Results 1 – 1 of 1) sorted by relevance
402 * @param string $extra_chars Valid characters not in iunreserved or407 protected function replace_invalid_with_pct_encoding($string, $extra_chars, $iprivate = false) argument417 $extra_chars .= 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~%';422 while (($position += strspn($string, $extra_chars, $position)) < $strlen) {