Yaf_Application::environ
(Yaf >=1.0.0)
Yaf_Application::environ — 環境を取得する
パラメータ
この関数にはパラメータはありません。
戻り値
例
例1 Yaf_Application::environ() の例
<?php
$config = array(
"application" => array(
"directory" => realpath(dirname(__FILE__)) . "/application",
),
);
/** Yaf_Application */
$application = new Yaf_Application($config);
print_r($application->environ());
?>
上の例の出力は、 たとえば以下のようになります。
product
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google