Php 可以在moodle webservice函数中传递额外的参数吗?

Php 可以在moodle webservice函数中传递额外的参数吗?,php,web-services,moodle,Php,Web Services,Moodle,我正在使用moodle 3.2。我在moodle中添加了webservice。在该服务的帮助下,我触发了c#中的moodle webservice函数。可以在moodle webservice函数中传递额外的参数吗?例如:函数:注册用户,输入参数:注册[0][roleid]=int,注册[0][userid]=int,注册[0][courseid]=int,注册[0][timestart]=int,注册[0][timestart]=int,注册[0][timeend]=int,注册[0][sus

我正在使用moodle 3.2。我在moodle中添加了webservice。在该服务的帮助下,我触发了c#中的moodle webservice函数。可以在moodle webservice函数中传递额外的参数吗?例如:
函数:注册用户,输入参数:注册[0][roleid]=int,注册[0][userid]=int,注册[0][courseid]=int,注册[0][timestart]=int,注册[0][timestart]=int,注册[0][timeend]=int,注册[0][suspend]=int。
我必须传递额外的一个参数,如
注册[0][timemodified]=int
。可能吗