apc_define_constants说明bool apc_define_constants ( string key, array constants [, bool case_sensitive] )define() is notoriously slow. Since the main benefit of APC is to increase the performance of scripts/applications, this mechanism is provided to streamline the process of mass constant definition. However, this function does not perform as well as anticipated. For a better-performing solution, try the hidef extension from PECL.
参数
There are no user contributed notes for this page. | ||