phpDocumentor CoreAPI
GPCAPI
[ class tree: CoreAPI ] [ index: CoreAPI ] [ all elements ]

Procedural File: gpc_api.php

Source Location: /core/gpc_api.php

Page Details
Copyright:  Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
Copyright:  Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
Link:  http://www.mantisbt.org
Usedby:  database_api.php
Usedby:  collapse_api.php
Functions
gpc_clear_cookie  [line 297]

void gpc_clear_cookie( $p_name, [ $p_path = null], [ $p_domain = null]  )
Parameters:
   $p_name: 
   $p_path: 
   $p_domain: 


[ Top ]
gpc_get  [line 34]

void gpc_get( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 

API Tags:
Usedby:  database_api.php
Usedby:  collapse_api.php

Information Tags:
Copyright:  Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
Copyright:  Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
Link:  http://www.mantisbt.org

[ Top ]
gpc_get_bool  [line 105]

void gpc_get_bool( $p_var_name, [ $p_default = false]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_get_bool_array  [line 226]

void gpc_get_bool_array( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_get_cookie  [line 253]

void gpc_get_cookie( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_get_custom_field  [line 143]

void gpc_get_custom_field( $p_var_name, $p_custom_field_type, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_custom_field_type: 
   $p_default: 


[ Top ]
gpc_get_file  [line 324]

void gpc_get_file( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_get_int  [line 84]

void gpc_get_int( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_get_int_array  [line 203]

void gpc_get_int_array( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_get_string  [line 66]

void gpc_get_string( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_get_string_array  [line 184]

void gpc_get_string_array( $p_var_name, [ $p_default = null]  )
Parameters:
   $p_var_name: 
   $p_default: 


[ Top ]
gpc_isset  [line 52]

void gpc_isset( $p_var_name  )
Parameters:
   $p_var_name: 


[ Top ]
gpc_isset_custom_field  [line 124]

void gpc_isset_custom_field( $p_var_name, $p_custom_field_type  )
Parameters:
   $p_var_name: 
   $p_custom_field_type: 


[ Top ]
gpc_make_array  [line 348]

void gpc_make_array( $p_var_name  )
Parameters:
   $p_var_name: 


[ Top ]
gpc_set_cookie  [line 278]

void gpc_set_cookie( $p_name, $p_value, [ $p_expire = false], [ $p_path = null], [ $p_domain = null]  )
Parameters:
   $p_name: 
   $p_value: 
   $p_expire: 
   $p_path: 
   $p_domain: 


[ Top ]
gpc_string_to_bool  [line 363]

void gpc_string_to_bool( $p_string  )
Parameters:
   $p_string: 


[ Top ]
gpc_strip_slashes  [line 372]

void gpc_strip_slashes( $p_var  )
Parameters:
   $p_var: 


[ Top ]


Documentation generated on Sun, 05 Apr 2009 23:01:15 +0100 by phpDocumentor 1.4.1