update : 2015.11.03
php.shukuma.com검색:
|
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. 예제
Example #1 inclued_get_data() example See the inclued examples section for ways to create graphs with this data.
<?php 위 예제의 출력 예시: Array ( [includes] => Array ( [0] => Array ( [operation] => include [op_type] => 2 [filename] => x.php [opened_path] => /tmp/x.php [fromfile] => /tmp/z.php [fromline] => 2 ) ) ) |