?
本文檔使用 PHP中文網(wǎng)手冊 發(fā)布
This is the name of the directory where template caches are
stored. By default this is "./cache", meaning that it will look
for the cache directory in the same directory as the executing
php script. You can also use your own custom cache handler
function to control cache files, which will ignore this
setting.
這是存放模板緩存的目錄名.默認(rèn)情況下,它是:"./cache",也就是說你可以在和php執(zhí)行腳本相同目錄下尋找緩存目錄.你也可以用你自己的自定義緩存處理函數(shù)來控制緩存文件,它將會忽略這項設(shè)置.
Technical Note: This setting must be either a relative or absolute path. include_path is not used for writing files.
技巧:這項設(shè)置必須是一個相對或絕對路徑.包含路徑不用于寫文件.
Technical Note: It is not recommended to put this directory under the web server document root.
技巧:不推薦將此目錄放在web服務(wù)器根目錄下.