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

search for in the

Memtrack> <Funciones de inclued
[edit] Last updated: Fri, 25 May 2012

view this page in

inclued_get_data

(PECL inclued >= 0.1.0)

inclued_get_dataObtener la información de inclued

Descripción

array inclued_get_data ( void )

Obtiene la información de inclued.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

La información de inclued.

Ejemplos

Ejemplo #1 Ejemplo de inclued_get_data()

Véase la sección ejemplos de inclued para obtener maneras de crear gráficos con esta información.

<?php 
include 'x.php';

$clue inclued_get_data();

print_r($clue);
?>

El resultado del ejemplo sería 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
        )
    )
)

Ver también



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

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