Documentation

UnRegisterModule

UnRegisterModule(
 string module_id
);

The function deletes a registration entry and all the module settings from the database. Module unregistration is the essential part of a module uninstallation.

Function parameters

ParameterDescription
module_id Module ID.

See Also

Examples of use

<?
// file /bitrix/modules/statistic/install/unstep2.php 
UnRegisterModule("statistic");
?>


© «Bitrix24», 2001-2024
Up