vars4.0.6.php File Reference

Go to the source code of this file.

Functions

 getVar ($name)
 postVar ($name)
 cookieVar ($name)
 requestVar ($name)
 serverVar ($name)
 undoMagic ($data)
 stripslashes_array ($data)
 undoSybaseQuotes_array ($data)
 undoSybaseQuotes ($data)
 requestIntArray ($name)
 requestArray ($name)
 passRequestVars ()
 postFileInfo ($name)
 setOldAction ($value)


Function Documentation

cookieVar ( name  ) 

Definition at line 45 of file vars4.0.6.php.

References $HTTP_COOKIE_VARS, and undoMagic().

Referenced by intCookieVar(), ACTIONS::parse_commentform(), and BLOG::showUsingQuery().

getVar ( name  ) 

http://nucleuscms.org/license.txt GNU General Public License Copyright (C) 2002-2007 The Nucleus Group

Version:
Id
vars4.0.6.php 1153 2007-05-20 23:18:22Z kaigreve
Version:
NucleusJP
vars4.0.6.php,v 1.10.2.1 2007/09/05 07:46:30 kimitake Exp
The purpose of the functions below is to avoid declaring HTTP_ vars to be global everywhere, plus to offer support for php versions before 4.1.0, that do not have the _GET etc vars

Definition at line 25 of file vars4.0.6.php.

References $HTTP_GET_VARS, and undoMagic().

Referenced by ADMIN::action_activate(), intGetVar(), ACTIONS::parse_searchform(), and requestVar().

passRequestVars (  ) 

Definition at line 117 of file vars4.0.6.php.

References $HTTP_GET_VARS, $HTTP_POST_VARS, passVar(), and requestVar().

Referenced by ADMIN::action_login().

postFileInfo ( name  ) 

Definition at line 139 of file vars4.0.6.php.

References $HTTP_POST_FILES.

Referenced by _skinfiles_uploadfile(), do_restore(), and media_upload().

postVar ( name  ) 

requestArray ( name  ) 

requestIntArray ( name  ) 

requestVar ( name  ) 

serverVar ( name  ) 

setOldAction ( value  ) 

Definition at line 149 of file vars4.0.6.php.

References $HTTP_POST_VARS.

stripslashes_array ( data  ) 

Definition at line 80 of file vars4.0.6.php.

Referenced by undoMagic().

undoMagic ( data  ) 

undoSybaseQuotes ( data  ) 

Definition at line 88 of file vars4.0.6.php.

undoSybaseQuotes_array ( data  ) 

Definition at line 84 of file vars4.0.6.php.

Referenced by undoMagic().



Generated on Wed Jun 25 17:26:01 2008 by  doxygen 1.5.5