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