InterviewSolution
| 1. |
Decodeuri(), Encodeuri() |
|
Answer» Many CHARACTERS cannot be sent in a URL, but must be converted to their hex encoding. These functions are used to convert an entire URI (a superset of URL) to and from a format that can be sent VIA a URI. Many characters cannot be sent in a URL, but must be converted to their hex encoding. These functions are used to convert an entire URI (a superset of URL) to and from a format that can be sent via a URI. |
|