clear_last_requests_array
clear_last_requests_array(); - clears the list of URLs and headers requested by the browser. When when the browser's RAW exchange tracking is enabled, all URLs and headers requested by the browser are included in the list of requested URLs and headers. Lists have a limited size. By default, this is 100 items. Change this size 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