clear_last_response_array
clear_last_response_array(); - clears the list of URLs received by the browser, redirect URLs, redirect headers, response buffers, and read information. When when tracking the browser's RAW exchange is enabled, everything received by the browser is included in the list of received information. Lists have a limited size. By default, this is 100 items. Change this site with the set_array_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.
After testing, the function returns the result of its work to the script :
true – successfully cleared
false – failed to clear