inclued_get_data
(No version information available, might be only in CVS)
inclued_get_data — Get the inclued data
Descrição
array inclued_get_data
( void
)
Get the inclued data.
Parâmetros
Esta função não contém parâmetros.
Valor Retornado
The inclued data.
Exemplos
Exemplo #1 inclued_get_data() example
See the inclued examples section for ways to create a graphs with this data.
<?php
include 'x.php';
$clue = inclued_get_data();
print_r($clue);
?>
O exemplo acima irá imprimir algo similar a:
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.
