$argv ]; call_hooks ('daemon_master_release',$hookinfo); $argv = $hookinfo['argv']; $argc = count($argv); if ((!is_array($argv) || (count($argv) < 1))) { return; } logger('Master: release: ' . json_encode($argv), LOGGER_ALL,LOG_DEBUG); $cls = '\\Zotlabs\\Daemon\\' . $argv[0]; $cls::run($argc,$argv); } }