| 
 | apc_load_constantsLoads a set of constants from the cache Description
   bool apc_load_constants
    ( string  $key[, bool$case_sensitive= true
  ] )Loads a set of constants from the cache. Parameters
 
 Return Values
   Returns  Examples
 Example #1 apc_load_constants example 
<?phpThe above example will output: 123 |