国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

Smarty成員變量:$debugging_ctrl

2018-10-19 15:32 更新

$debugging_ctrl

設(shè)置開啟調(diào)試信息的方式。 設(shè)置成NONE則不開啟調(diào)試信息。 URL值意味著當(dāng)URL參數(shù)中有SMARTY_DEBUG關(guān)鍵字則開啟調(diào)試信息。 如果開啟了 $debugging,則本設(shè)置將忽略。

Example 13.3. 在localhost上的$debugging_ctrl

<?php
// 只在localhost的地址上面顯示調(diào)試控制臺(tái)
// 地址:http://localhost/script.php?foo=bar&SMARTY_DEBUG
$smarty->debugging = false; // 默認(rèn)
$smarty->debugging_ctrl = ($_SERVER['SERVER_NAME'] == 'localhost') ? 'URL' : 'NONE';
?>

參見 調(diào)試控制臺(tái), $debugging 和 $smarty_debug_id.

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)