总有人间一两风,填我十万八千梦

PHP inclued_get_data 用法 手册 | 示例代码

PHP开发手册 归档 311℃ 0评论

inclued_get_data

(PECL inclued >= 0.1.0)

inclued_get_dataGet the inclued data

说明

inclued_get_data ( void ) : array

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

参见

用户贡献的笔记

There are no user contributed notes for this page.

转载请注明:悠然品鉴 » PHP inclued_get_data 用法 手册 | 示例代码

喜欢 (0)or分享 (0)
发表我的评论
取消评论

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址