CAgent::Delete(
int id
)
The method deletes an agent function from the agent registrar table by its ID. Non-static method.
Parameters
Parameter | Description |
id |
Agent function ID. |
See Also
Examples
<?
if (CAgent::Delete(34)) echo "Agent #34 is successfully deleted.";
?>