PHPマニュアル/PEARマニュアル: | | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Template FunctionsAll attributes passed to template functions from the template are contained in the $params as an associative array. Either access those values directly, e.g. $params['start'] or use extract($params) to import them into the symbol table. The output (return value) of the function will be substituted in place of the function tag in the template (fetch() function, for example). Alternatively, the function can simply perform some other task without any output (assign() function). If the function needs to assign some variables to the template or use some other Smarty-provided functionality, it can use the supplied $smarty object to do so. See also: register_function(), unregister_function().
which can be used in the template as:
|
![]() |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Template Functions」をGoogle検索
|
|
copyright © 1997-2025 PHP ドキュメント作成グループ(ライセンス). provided by php spot. | マニュアル: |