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

getCacheDir() — 取得缓存目录

说明

string getCacheDir();

Example 14.23. getCacheDir()


<?php

// 取得缓存目录
$cacheDir = $smarty->getCacheDir();

?>

   

参见 setCacheDir()$cache_dir.