inclued_get_data
(No version information available, might be only in CVS)
inclued_get_data — inclued データを取得する
説明
array inclued_get_data
( void
)
inclued データを取得します。
パラメータ
この関数にはパラメータはありません。
返り値
inclued データを返します。
例
例1 inclued_get_data() の例
このデータを用いてグラフを作成する方法については inclued の例 のセクションを参照ください。
<?php
include 'x.php';
$clue = inclued_get_data();
print_r($clue);
?>
上の例の出力は、たとえば 以下のようになります。
Array ( [includes] => Array ( [0] => Array ( [operation] => include [op_type] => 2 [filename] => x.php [opened_path] => /tmp/x.php [fromfile] => /tmp/z.php [fromline] => 2 ) ) )
inclued_get_data
There are no user contributed notes for this page.
