• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

弃用ob_start~

php 搞代码 3年前 (2022-01-25) 28次浏览 已收录 0个评论
文章目录[隐藏]

content.php

<code class="lang-php">ob_start();OOXX;$ooxx = ob_get_clean();</code><strong style="color:transparent">本&文来源gao@daima#com搞(%代@#码网@</strong><textarea>搞gaodaima代码</textarea>

template.php

<code class="lang-php">echo $ooxx;</code>

原作用ob_start函数把OOXX的内容输出到template,有替代的方法吗?这个好像很占内存,我觉得没必要缓冲~

查到了,可以解析变量,函数不行,我还是将就着用吧~http://thinkdiff.net/php/alternative-way-of-assigning-html-in-php-php-tips/

content.php

<code class="lang-php">$ooxx    =   <<<EODOOXX, blah blah blah....EOD;</code>

template.php

<code class="lang-php">echo $ooxx;</code>

回复内容:

content.php

<code class="lang-php">ob_start();OOXX;$ooxx = ob_get_clean();</code>

template.php

<code class="lang-php">echo $ooxx;</code>

原作用ob_start函数把OOXX的内容输出到template,有替代的方法吗?这个好像很占内存,我觉得没必要缓冲~

查到了,可以解析变量,函数不行,我还是将就着用吧~http://thinkdiff.net/php/alternative-way-of-assigning-html-in-php-php-tips/

content.php

<code class="lang-php">$ooxx    =   <<<EODOOXX, blah blah blah....EOD;</code>

template.php

<code class="lang-php">echo $ooxx;</code>

ob_start很耗CPU而不是内存?头一回这么听说这么个形容这个函数的性能的。兄台,老老实实用吧!!目前没有替代方案

如果你不需要在输出前替换内容,那你完全可以不用,直接输出。替换方案目前没有。。。

不知道为啥这么用。我是在渲染模板的时候调用的obstart。即在 $this->view->render();


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:弃用ob_start~

喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址