enable_all_streams
enable_all_streams($enable=true); - enables tracking HTTP and HTTPS RAW traffic (network exchange between the human browser and the server where the site is located).Enabled tracking can significantly slow down the work of human, especially on older machines.
the input Function accepts parameters:
$enable – enable (true) or disable(false) tracking of HTTP and HTTPS RAW traffic
After testing, the function returns the result of its work to the script :
true – tracking enabled successfully
false – tracking failed