Name
getTags() 鈥 鍙栧緱妯℃澘鏍囩
璇存槑
string聽getTags(object聽template);
璇ュ嚱鏁板皢杩斿洖妯℃澘鍐呭叏閮ㄧ殑鏍囩鍚/鍊笺 鍙傛暟濡備笅锛
template
妯℃澘瀵硅薄
Note
璇ュ嚱鏁版槸瀹為獙鎬х殑锛
Example聽14.29.聽getTags()
<?php include('Smarty.class.php'); $smarty = new Smarty; // 鍒涘缓妯℃澘瀵硅薄 $tpl = $smarty->createTemplate('index.tpl'); // 鍙栧緱鏍囩 $tags = $smarty->getTags($tpl); print_r($tags); ?>