| opcache_get_statusGet status information about the cache Description
   array opcache_get_status
    ([ boolean  $get_scripts=TRUE] )This function returns state information about the cache instance Parameters
 Return ValuesReturns an array of information, optionally containing script specific state information Errors/ExceptionsIf opcache.restrict_api is in use and the current path is in violation of the rule, an E_WARNING will be raised; no status information will be returned. See Also
 
 |