Google
×
ヒント: 日本語の検索結果のみ表示します。検索言語は [表示設定] で指定できます
Parses the current block. The current block can be set with HTML_Template_IT::setCurrentBlock(). Return value. boolean - Returns TRUE if there was no ...
Description. Parses the defined block, performs all substitutions and appends the result to already parsed blocks. · Parameter. string $block - block to parse.
2021/06/06 · One of my projects utilizes the PEAR package HTML_Template_IT plus its extension HTML_Template_ITX. The code worked until a long overdue shift from PHP 5 to ...
template::parse() [phplib template = Isotemplate] requests * you to name a source and a target where the current block gets parsed into. * Source and target ...
HTML_Template_IT::HTML_Template_IT() -- constructor; HTML_Template_IT::get ... parseCurrentBlock() -- parse the current block; HTML_Template_IT ...
Parses the defined block. Parameter. string $block - block to parse, when not set the complete template will be parsed. boolean $flag_recursion - ...
Description. 定義されたブロックをパースし、すべての置換を行ったうえで、 その結果をパース済みのブロックに追加します。 · Parameter. string $block - パースする ...
-- load a template file; HTML_Template_IT::parse() -- parse a block; HTML_Template_IT::parseCurrentBlock() -- parse the current block; HTML_Template_IT ...
カレントブロックをパースします。カレントブロックを指定するには HTML_Template_IT::setCurrentBlock() を使用します。 Return value.