$Web Cookie Len or $Web Cookie Parm Len: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (1 revision) |
||
Line 22: | Line 22: | ||
<ul> | <ul> | ||
<li> | <li><var>[[$Web_Cookie_Name]]</var> | ||
<li> | <li><var>[[$Web_Cookie_Parm]]</var> | ||
<li> | <li><var>[[$Web_Num_Cookie]]</var> | ||
<li> | <li><var>[[$Web_Set_Cookie]]</var> | ||
<li> | <li><var>[[$Web_Get_Cookie_Lstr]]</var> | ||
<li> | <li><var>[[$Web_Set_Cookie_Lstr]]</var> | ||
</ul> | </ul> | ||
[[Category:Janus Web Server $functions|$Web_Cookie_Len]] | [[Category:Janus Web Server $functions|$Web_Cookie_Len]] |
Revision as of 20:24, 12 June 2012
<section begin="desc" />Length of cookie<section end="desc" />
$Web_Cookie_Len and $Web_Cookie_Parm_Len retrieve the length of a cookie. $Web_Cookie__Parm_Len is an alias for $Web_Cookie_Len; they each take two arguments and return a number, or zero if the cookie does not exist.
Syntax
<section begin="syntax" /> %RC = $Web_Cookie_Len( name, occurrence ) <section end="syntax" />
name | The name of the cookie, returned by $Web_Cookie_Name. Required argument if occurrence not specified, otherwise optional. |
---|---|
occurrence | The occurrence number of a cookie, or the occurrence number of the cookie matching 'name', if name is specified. Optional argument if name is specified, otherwise it is required. |
See also: