Exemple #1
0
/**
 * アプリケーションのライブラリのファイルパスを取得する
 *
 * @param string $path
 * @return string
 */
function lib_path($path = null)
{
    return Rhaco::lib($path);
}