downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

PHP Options/Info> <inclued 함수 목록
Last updated: Fri, 24 Jul 2009

view this page in

inclued_get_data

(PECL inclued >= 0.1.0)

inclued_get_dataGet 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 a graphs with this data.

<?php 
include 'x.php';

$clue inclued_get_data();

print_r($clue);
?>

위 예제의 출력 예시:

Array
(
  [includes] => Array
    (
      [0] => Array
        (
          [operation] => include
          [op_type] => 2
          [filename] => x.php
          [opened_path] => /tmp/x.php
          [fromfile] => /tmp/z.php
          [fromline] => 2
        )
    )
)

참고



add a note add a note User Contributed Notes
inclued_get_data
There are no user contributed notes for this page.

PHP Options/Info> <inclued 함수 목록
Last updated: Fri, 24 Jul 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites