Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\API_Remote_Ops

pro\s2member-pro\includes\classes\remote-ops-in.inc.php at line #44

Class c_ws_plugin__s2member_pro_remote_ops_in

c_ws_plugin__s2member_pro_remote_ops_in

public class c_ws_plugin__s2member_pro_remote_ops_in

s2Member Pro Remote Operations API (inner processing routines).

Since:

110713


( 3 Methods )
Method Summary
public static str

create_user(mixed $op, array $An)

Creates a new User.

public static str

delete_user(mixed $op, array $An)

Deletes an existing User.

public static str

modify_user(mixed $op, array $An)

Modifies an existing User.

( 3 Methods )
Method Detail

pro\s2member-pro\includes\classes\remote-ops-in.inc.php at line #56

create_user()

public static str create_user(mixed $op, array $An)

Creates a new User.

Since:

110713

Parameters:

array $An - input array of Remote Operation parameters.

Returns:

str - Returns a serialized array with an ID element object on success, else returns a string beginning with Error: on failure; which will include details regarding the error.

[ back to top ]

pro\s2member-pro\includes\classes\remote-ops-in.inc.php at line #279

delete_user()

public static str delete_user(mixed $op, array $An)

Deletes an existing User.

Since:

110713

Parameters:

array $An - input array of Remote Operation parameters.

Returns:

str - Returns a serialized array with an ID element object on success, else returns a string beginning with Error: on failure; which will include details regarding the error.

[ back to top ]

pro\s2member-pro\includes\classes\remote-ops-in.inc.php at line #131

modify_user()

public static str modify_user(mixed $op, array $An)

Modifies an existing User.

Since:

110713

Parameters:

array $An - input array of Remote Operation parameters.

Returns:

str - Returns a serialized array with an ID element object on success, else returns a string beginning with Error: on failure; which will include details regarding the error.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail