📜  moodle webservice 创建用户 phone2 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:28.150000             🧑  作者: Mango

代码示例1
// add to the user/externallib.php the code
// inside the function: create_users_parameters
...
'phone2' => new external_value(core_user::get_property_type('phone2'), 'Phone 2', VALUE_OPTIONAL),
...