随笔分类 -  PHP函数

摘要:declare (PHP 4, PHP 5, PHP 7) declare 结构用来设定一段代码的执行指令。declare 的语法和其它流程控制结构相似: declare (directive) statement directive 部分允许设定 declare 代码段的行为。目前只认识两个指令: 阅读全文
posted @ 2016-02-19 10:40 山河水 阅读(370) 评论(0) 推荐(0)
摘要:get_included_files (PHP 4, PHP 5, PHP 7) get_included_files — 返回被 include 和 require 文件名的 array http://php.net/manual/zh/function.get-included-files.ph 阅读全文
posted @ 2016-02-19 10:38 山河水 阅读(217) 评论(0) 推荐(0)