enable_https_stream
enable_https_stream($enable=true); - enables tracking of raw HTTPS 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 HTTPS traffic RAW
After testing, the function returns the result of its work to the script :
true – tracking enabled successfully
false – tracking failed