php #ob_start #ob_clean #ob_end_clean

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php #ob_start #ob_clean #ob_end_clean相关的知识,希望对你有一定的参考价值。

<?
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
if(empty($arResult["VIDEO"]))
{
  global $APPLICATION;
  ob_start();
  $APPLICATION->IncludeComponent(
    "bitrix:player",
    "",
    Array(
    //...
    )
  );
  $arResult["VIDEO"] = ob_get_contents();
  ob_clean();
  ob_end_clean();
}

以上是关于php #ob_start #ob_clean #ob_end_clean的主要内容,如果未能解决你的问题,请参考以下文章

PHP的缓存

php函数ob_start(),解决header输出头报错问题

php ob缓存机制

php 中的 Output Control 函数

php函数ob_start()ob_end_clean()ob_get_contents()

php函数ob_start()ob_end_clean()ob_get_contents()