API Reference Guide > Zend Monitor UI extension - PHP API

Zend Monitor UI extension - PHP API

Table of Contents

PHP Functions

zend_monitor_delete_old_issues

Delete old issues from the Zend Monitor database and daemon cache

Available since version 5.0

Description

array zend_monitor_delete_old_issues (int $expiration_days, int $expiration_days_closed)

Parameters
expiration_days
All issues that did not reoccur for more than expiration_days will be deleted
expiration_days_closed
All "Closed" or "Ignored" issues that did not reoccur for more than expiration_days_closed will be deleted
Return Value

List of trace files IDs related to deleted issues

 

© 1999-2013 Zend Technologies, Ltd. All rights reserved.