inclued_get_data
(PECL inclued >= 0.1.0)
inclued_get_data — Get the inclued data
Açıklama
array inclued_get_data
( void
)
Get the inclued data.
Değiştirgeler
Bu işlevin değiştirgesi yoktur.
Dönen Değerler
The inclued data.
Örnekler
Örnek 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);
?>
Yukarıdaki örnek şuna benzer bir çıktı üretir:
Array
(
[includes] => Array
(
[0] => Array
(
[operation] => include
[op_type] => 2
[filename] => x.php
[opened_path] => /tmp/x.php
[fromfile] => /tmp/z.php
[fromline] => 2
)
)
)
Ayrıca Bakınız
- inclued examples
- debug_backtrace() - Hata izleme raporunu bir dizi olarak üretir
- include()
There are no user contributed notes for this page.
