Function itea-print-url
itea-print-url [arg1 ...]
Sends output back to the browser and encodes characters that
are significant in an URL.
- Parameters:
- arg1 -
Either a string or numeric object whose representation will be
output.
-
Outputs the result of concatenating its arguments to the stream
whose contents will be sent back to the browser. If any of the
arguments is numeric then its decimal representation is used.
This function accepts a variable number of arguments. Any characters
that could be significant in an URL are encoded. These characters
are the following: " ", "?", "/", "+", "<", ">", "&", """,
"$", "%".
Report a bug or request new features
© 2013