⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 postfilter.showtemplatevars.php

📁 php文章系统 php文章系统
💻 PHP
字号:
<?php
/*
 * Template Lite plugin converted from Smarty
 * -------------------------------------------------------------
 * File:     postfilter.showtemplatevars.php
 * Type:     postfilter
 * Name:     showtemplatevars
 * Purpose:  Output code that lists all current template vars.
 * -------------------------------------------------------------
 */
 function template_postfilter_showtemplatevars($compiled, &$template_object)
 {
     $compiled = "<pre>\n<?php print_r(\$this->_vars); ?>\n</pre>" . $compiled;
     return $compiled;
 }
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -