> + <varlistentry> > + <term>$_COOKIE</term> > + <listitem> > + <simpara> > + An associative array of variables passed to the current > + script via HTTP cookies. Automatically global in any scope. > + </simpara> > + </listitem> > + </varlistentry>
Also, if you have the time, please add the superglobals to the variable scope section. Please add a note, that users can't create such superglobal vars. It would be nice, to make the above "Automatically global" text a link to that section, so people can understand what automatically global means. Otherwise they will be confused IMHO. Goba