Smarty成員方法:getTags()

2018-12-02 15:16 更新

Name

getTags() — 取得模板標簽

說明

string getTags(object template);

該函數(shù)將返回模板內(nèi)全部的標簽名/值。 參數(shù)如下:

  • template 模板對象

Note

該函數(shù)是實驗性的!

Example 14.29. getTags()

<?php
include('Smarty.class.php');
$smarty = new Smarty;

// 創(chuàng)建模板對象
$tpl = $smarty->createTemplate('index.tpl');

// 取得標簽
$tags = $smarty->getTags($tpl);

print_r($tags);

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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號