PHP 8.1.28 Released!

Yaf_View_Interface::render

(Yaf >=1.0.0)

Yaf_View_Interface::renderテンプレートをレンダリングする

説明

abstract public Yaf_View_Interface::render(string $tpl, array $tpl_vars = ?): string

テンプレートをレンダリングし、結果を返します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

tpl

tpl_vars

戻り値

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top