|
ultimix
|
Go to the source code of this file.
Data Structures | |
| class | supported_data_types_1_0_0 |
Variables | |
| const | SECURE_OBJECT = 0 |
| const | SECURE_ARRAY = 1 |
| const | POST = 1 |
| const | GET = 2 |
| const | COOKIE = 4 |
| const | SESSION = 8 |
| const | SERVER = 16 |
| const | PREFIX_NAME = 32 |
| const | KEYS = 64 |
| const | CHECKBOX_IDS = POST | PREFIX_NAME | KEYS |
| const CHECKBOX_IDS = POST | PREFIX_NAME | KEYS |
Definition at line 32 of file supported_data_types.php.
| const COOKIE = 4 |
Definition at line 27 of file supported_data_types.php.
| const GET = 2 |
Definition at line 26 of file supported_data_types.php.
| const KEYS = 64 |
Definition at line 31 of file supported_data_types.php.
| const POST = 1 |
Definition at line 25 of file supported_data_types.php.
| const PREFIX_NAME = 32 |
Definition at line 30 of file supported_data_types.php.
| const SECURE_ARRAY = 1 |
Definition at line 23 of file supported_data_types.php.
| const SECURE_OBJECT = 0 |
Actual constants.
Definition at line 22 of file supported_data_types.php.
| const SERVER = 16 |
Definition at line 29 of file supported_data_types.php.
| const SESSION = 8 |
Definition at line 28 of file supported_data_types.php.