[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 2699 lines (97 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
acp_users:: (4 methods):
__construct()
main()
optionset()
optionget()
__construct($p_master) X-Ref |
No description |
main($id, $mode) X-Ref |
No description |
optionset(&$user_row, $key, $value, $data = false) X-Ref |
Set option bit field for user options in a user row array. Optionset replacement for this module based on $user->optionset. param: array $user_row Row from the users table. param: int $key Option key, as defined in $user->keyoptions property. param: bool $value True to set the option, false to clear the option. param: int $data Current bit field value, or false to use $user_row['user_options'] return: int|bool If $data is false, the bit field is modified and |
optionget(&$user_row, $key, $data = false) X-Ref |
Get option bit field from user options in a user row array. Optionget replacement for this module based on $user->optionget. param: array $user_row Row from the users table. param: int $key option key, as defined in $user->keyoptions property. param: int $data bit field value to use, or false to use $user_row['user_options'] return: bool true if the option is set in the bit field, false otherwise |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |