enable_sounds
enable_sounds($enable=true,$refresh=true); - allow or prohibit loading and playing sounds in the browser (when sounds are disabled, the page transition speeds up).
You can check whether playing sounds in the browser is allowed or prohibited by using this function is_enable_sounds.
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