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

testInstall() — Smarty のインストール状態を調べる

説明

void testInstall();

この函数は、インストールした Smarty で必要なすべての作業フォルダにアクセス可能かどうかを調べます。 対応するプロトコルを出力します。

Example 13.35. testInstall()


<?php
require_once('Smarty.class.php');
$smarty->testInstall();
?>