Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

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);

?>

    


Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors