$Web_Num_Cookie

From m204wiki
Revision as of 21:33, 21 February 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:$Web_Num_Cookie}} <span class="pageSubtitle"><section begin="desc" />Number of cookies in request<section end="desc" /></span> $Web_Num_Cookie retrieves the num...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />Number of cookies in request<section end="desc" />


$Web_Num_Cookie retrieves the number of cookies in a request header.

Syntax

<section begin="syntax" /> %COUNT = $Web_Num_Cookie( name ) <section end="syntax" />


$Web_Num_Cookie takes a single optional argument and returns a number.

name Specifies to count only the cookies that match name. If omitted, returns the count of all cookies.


See also: