Gets the statistics of the Session Clustering module
Available since version 4.0
array zend_sc_get_statistics (void)
The function returns an array of statistics
Gets the status of the Session Clustering daemon
Available since version 4.0
int zend_sc_get_daemon_status (void)
1. ZEND_SC_STATUS_OFF [integer] <br> 2. ZEND_SC_STATUS_STANDBY [integer] <br> 3. ZEND_SC_STATUS_OK [integer] <br> 4. ZEND_SC_STATUS_SHUTDOWN_IN_PROCESS [integer] <br> 5. ZEND_SC_STATUS_SHUTDOWN_FAILED [integer] <br>
Orders the SC daemon to graceful shutdown
Available since version 4.0
boolean zend_sc_graceful_shutdown (void)
true if successful, false otherwise
Gets the status of the Session Clustering module
Available since version 4.0
string zend_sc_get_last_error (void)
Returns the last error string that the SC daemon has
Returns the last error code that the SC daemon has
Available since version 4.0
int zend_sc_get_last_error_code (void)
1. ZEND_SC_NO_ERROR [integer] <br> 2. ZEND_SC_NETWORK_ERROR [integer] <br> 3. ZEND_SC_TIMEOUT_ERROR [integer] <br> 4. ZEND_SC_UNKNOWN_ERROR [integer] <br>
Gets the status of the Session Clustering module
Available since version 4.0
void zend_sc_reset_last_error (void)
Gets the status of the Session Clustering module
Available since version 4.0
array zend_sc_reload_configuration (void)
Orders the SC daemon to reload the configruation files