<@ARGNAMES>
Description
Returns an array with two columns
specifying all search and post arguments passed into the current
application file. The first column contains the name of the argument,
and the second column contains either POST or SEARCH, depending upon
how the argument was sent to the server.
Example
View the arguments <@ARGNAMES>.
This would return something like:
Fred POST
access POST
username SEARCH
See Also
<@POSTARGNAMES>
<@SEARCHARGNAMES>
|