- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
PHP缓存技术原理详解(国外英文资料)
PHP缓存技术原理详解
Some information such as constant, but still be able to change information in the cache to accelerate the display speed, it is of great value, called the cache, some popular understanding is stored in the server of the shared information. It is on the server with the life and death, when we put in the cache can specify the next time the update time of judgment, for example, to be updated once in 5 minutes, you can record the last update time, compared with the current time, if more than 5 minutes, read the database, update, or directly read cache data, of course, need to activate the client cache, only once.
Ob_start () function: open the output buffer
Function format void, ob_start (void)
Explanation: when the buffer is activated, all non file header information from the PHP program is not sent, but is stored in the internal buffer. To output the contents of the buffer, you can use ob_end_flush () or flush () to output the contents of the buffer.
Flush: refreshes the contents of the buffer and outputs.
Function format: flush ()
Explanation: this function is frequently used and is very efficient.
Ob_get_contents: returns the contents of the internal buffer.
Function format: string ob_get_contents (void)
Explanation: this function returns the contents of the current buffer. If the output buffer is not activated, return FALSE.
Ob_get_length: returns the length of the internal buffer.
Function format: int ob_get_length (void)
Explanation: this function returns the length of the current buffer; as with ob_get_contents, return FALSE. if the output buffer is not activated
Ob_end_clean: deletes the contents of the internal buffer and closes the internal buffer
Function format: void ob_end_clean (void)
Explanation: this function does not output the contents of the internal buffer, but deletes it
Ob_end_flush: sends the contents of the internal buffer to the browser and closes the output buffer
Function format: void ob_end_flush (void)
Description: this function
您可能关注的文档
- 2010四川省大学生营销策划大赛组织方案(国外英文资料).doc
- 2010驾照考试模拟题(国外英文资料).doc
- 2010江苏高考化学试卷(含答案)(国外英文资料).doc
- 2010考题(国外英文资料).doc
- 2010护士资格考试全真模拟试题(国外英文资料).doc
- 20111031生物纠错(国外英文资料).doc
- 2010高考语文作文名师点津系列――记叙文运思(国外英文资料).doc
- 2011中考物理必备(国外英文资料).doc
- 2011国内大事(国外英文资料).doc
- 2011南昌中考语文试题和评分标准(国外英文资料).doc
- Photsshop CS5 超全快捷键(国外英文资料).doc
- PID图(国外英文资料).doc
- PKPM系列CAD软件中砌体结构的辅助设计(转)(国外英文资料).doc
- PKPM系列CAD软件中砌体结构的辅助设计(国外英文资料).doc
- PLC、DCS、FCS三大控制系统的基本特点(国外英文资料).doc
- Photoshp快捷(国外英文资料).doc
- PKZM电动机保护断路器(国外英文资料).doc
- phpcms缓存使用总结(memcached、eaccelerator、shm)(国外英文资料).doc
- PowerPoint快捷键(国外英文资料).doc
- PPT2007技巧大全(国外英文资料).doc
原创力文档


文档评论(0)