gpc_clear_cookie [line 297]
void gpc_clear_cookie(
$p_name, [ $p_path = null], [ $p_domain = null]
)
|
|
Parameters:
|
|
$p_name: |
|
|
|
$p_path: |
|
|
|
$p_domain: |
|
gpc_get [line 34]
void gpc_get(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
API Tags:
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 |
gpc_get_bool [line 105]
void gpc_get_bool(
$p_var_name, [ $p_default = false]
)
|
|
Parameters:
gpc_get_bool_array [line 226]
void gpc_get_bool_array(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
gpc_get_cookie [line 253]
void gpc_get_cookie(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
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: |
|
gpc_get_file [line 324]
void gpc_get_file(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
gpc_get_int [line 84]
void gpc_get_int(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
gpc_get_int_array [line 203]
void gpc_get_int_array(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
gpc_get_string [line 66]
void gpc_get_string(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
gpc_get_string_array [line 184]
void gpc_get_string_array(
$p_var_name, [ $p_default = null]
)
|
|
Parameters:
gpc_isset [line 52]
void gpc_isset(
$p_var_name
)
|
|
Parameters:
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: |
|
gpc_make_array [line 348]
void gpc_make_array(
$p_var_name
)
|
|
Parameters:
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: |
|
gpc_string_to_bool [line 363]
void gpc_string_to_bool(
$p_string
)
|
|
Parameters:
gpc_strip_slashes [line 372]
void gpc_strip_slashes(
$p_var
)
|
|
Parameters: