(PECL inclued >= 0.1.0)
inclued_get_data — دریافت داده inclued
دریافت داده inclued.
This function has no parameters.
داده inclued.
Example #1 مثال inclued_get_data()
بخش مثالهای inclued را برای ساخت گراف از این دادهها ببینید.
<?php
include 'x.php';
$clue = inclued_get_data();
print_r($clue);
?>
The above example will output something similar to:
Array ( [includes] => Array ( [0] => Array ( [operation] => include [op_type] => 2 [filename] => x.php [opened_path] => /tmp/x.php [fromfile] => /tmp/z.php [fromline] => 2 ) ) )