$config['enable_page_cache'] = true; $config['enable_gzip_compression'] = true; $config['db_pool_size'] = 10; function index() { async_task(function() { // ... }); parallel( function() { // ... }, function() { // ... }, ); // ... }


上一篇:
下一篇:
切换中文