PHP Portal » PHP Handbuch » inclued_get_data

Werbung

inclued_get_data


(PECL inclued >= 0.1.0)

inclued_get_dataGet the inclued data

Beschreibung

array inclued_get_data ( void )

Get the inclued data.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The inclued data.

Beispiele

Beispiel #1 inclued_get_data() example

See the inclued examples section for ways to create a graphs with this data.

PHP Code
1
2
3
include 'x.php'; $clue = inclued_get_data(); print_r($clue);

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

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

Siehe auch