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

search for in the

PHP Options/Info> <inclued Functions
[edit] Last updated: Fri, 24 Jun 2011

view this page in

inclued_get_data

(PECL inclued >= 0.1.0)

inclued_get_dataدریافت داده inclued

Description

array inclued_get_data ( void )

دریافت داده inclued.

Parameters

This function has no parameters.

Return Values

داده inclued.

Examples

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
        )
    )
)

See Also



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites