PHP » GoLang |
login |
register |
about
|
GoLang inclued_get_data
request it (533)
GoLang replacement for PHP's inclued_get_data
[edit | history]
inclued_get_data(PECL inclued >= 0.1.0) inclued_get_data — Get the inclued data Description
array inclued_get_data
( void
)
Get the inclued data. ParametersThis function has no parameters. Return ValuesThe inclued data. Examples
Example #1 inclued_get_data() example See the inclued examples section for ways to create graphs with this data.
<?php 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
)
)
)
|
more
Most requested
more
Last requests
|