Replace invalid character with percent encoding
Parameters
$string
stringrequired- Input string
$extra_chars
stringrequired- Valid characters not in iunreserved or iprivate (this is ASCII-only)
$iprivate
booloptional- Allow iprivate
Default:
false
Replace invalid character with percent encoding
$string
stringrequired$extra_chars
stringrequired$iprivate
booloptionalDefault:false
User Contributed Notes
You must log in before being able to contribute a note or feedback.