inclued_get_data
(PECL inclued >= 0.1.0)
inclued_get_data — Get the inclued data
Описание
array inclued_get_data
( void
)
Get the inclued data.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
The inclued data.
Примеры
Пример #1 inclued_get_data() example
See the inclued examples section for ways to create graphs with this data.
<?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 examples
- debug_backtrace() - Выводит стек вызовов функций в массив
- include - include
Коментарии
404 Not Found