get_last_response_buffer
get_last_response_buffer($num=-1); - gets the last response buffer received by the browser. When when tracking the browser's RAW exchange is enabled, all responses requested by the browser are included in the list of requested responses.The list has a limited size. By default, this is 100 items. Change this size with the set_arrays_count. The most recent item is stored at the end of the list. As the list fills up, if the maximum length is exceeded, the very first item in the list is deleted.
the input Function accepts parameters:
$num – the response number of the url received by the browser in the list of received responses. (for $num-1, the last element of the list is taken)
After testing, the function returns the result of its work to the script :
response buffer received by the browser url – the specified buffer of the response received by the browser url (header) from the list of saved responses
false – there is no such element in the array