HelPHP

uninstall_module.php

Table of Contents

Functions

uninstall_module()  : string
Uninstall a module in the instance and

Functions

uninstall_module()

Uninstall a module in the instance and

uninstall_module(mixed $instance_path, mixed $module_name[, bool $ignore_file_and_folder = false ][, mixed $CLI = false ]) : string

To call from CLI : php uninstall_module.php /path/to/my/instance/ module_name

Parameters
$instance_path : mixed
$module_name : mixed
$ignore_file_and_folder : bool = false
$CLI : mixed = false
Return values
string

error or success message


        
On this page

Search results