template_path()

2018-06-13 18:16 更新

作用:獲取模板目錄的絕對地址。

語法string teplate_path([string $filename])

參數(shù)$filename 模板目錄下的文件。

返回值

  • 如果未提供參數(shù),則返回模板目錄路徑
  • 如果提供 $filename 參數(shù),則返回 $filename 的路徑。

別名

  • template_dir()

示例

<?php
echo template_path(); //輸出模板目錄地址
echo template_path('test.php'); //輸出模板目錄下 test.php 文件的路徑
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號