set_tray_icon
set_tray_icon($path); - controls the visibility of the app icon in the tray.
the input Function accepts parameters:
$path – path to the new icon to display in the tray (. ico file)
After testing, the function returns the result of its work to the script :
true – successfully worked
false – operation failed