[Index]    [Classes]    [Variables]

PHP Cross Reference of Joomla 1.0.15 Documentation

title

Body

[close]

/ -> globals.php (summary)

(no description)

Copyright: Copyright (C) 2005 Open Source Matters. All rights reserved.
License: http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
Version: $Id: globals.php 7424 2007-05-17 15:56:10Z robs $
File Size: 146 lines (4 kb)
Included or required: 7 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  checkInputArray()
  unregisterGlobals()
  registerGlobals()

Functions
Functions that are not part of a class:

checkInputArray( &$array, $globalise=false )   X-Ref
Adds an array to the GLOBALS array and checks that the GLOBALS variable is
not being attacked

param: array
param: boolean True if the array is to be added to the GLOBALS

unregisterGlobals()   X-Ref
Emulates register globals = off


registerGlobals()   X-Ref
Emulates register globals = on