enable_activex
enable_activex($enable=true,$refresh=true); - allow or prohibit downloading and activating ActiveX in the browser (if ActiveX is disabled, the page transition speeds up ).ActiveX elements include the object and embed tags.
You can check whether ActiveX is enabled or disabled in the browser by using this function is_enable_activex.
the input Function accepts parameters:
$enable – allow (true) or deny (false)$refresh – whether to refresh (true) or not (false) the page after this command
After testing, the function returns the result of its work to the script :
true – completed successfully
false – failed