[PHP函数]⑨--使用自定义函数

Paste_Image.png
Paste_Image.png

require_once

require

include

include_once

\n

\n

\n

require

<h1>我是头部</h1>
require 'header.php';
require 'header.php';
require 'header.php';
require 'header.php';
Paste_Image.png

require_once

require_once 'header.php';
require_once 'header.php';
require_once 'header.php';
require_once 'header.php';
Paste_Image.png
Paste_Image.png

test.php

<?php
$username = 'king';
$age = 12;
echo __LINE__;
function test()
{
    echo __FILE__;
}

?>
<?php
require_once 'test.php';
echo $username;
echo "<br/>";
test();
?>
Paste_Image.png
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • 自己做dede的开发时间也比较长了,基本上常用的函数都知道在哪个文件里面,但是时间一长,也有点模糊了,俗话说:好记...
    大刘的英语世界阅读 5,773评论 1 9
  • 一、数组 1、数组定义 数组就是一个键值对组成的语言结构,键类似于酒店的房间号,值类似于酒店房间里存储的东西。 $...
    空谷悠阅读 4,208评论 4 11
  • PHP代码执行函数 eval & assert & preg_replace eval 函数 php官方手册:ht...
    xaviershun阅读 10,584评论 1 12
  • 一、什么才是”远程文件包含漏洞”? 回答是:服务器通过php的特性(函数)去包含任意文件时,由于要包含的这个文件来...
    喜欢吃栗子阅读 7,669评论 1 4
  • 夜里,还有人在路口等待着什么,寒风刺骨,在寒冷中的人,缩紧了身子,哆嗦着从口袋里掏出烟,橘黄色的火焰照亮了整个脸庞...
    氵三人阅读 2,118评论 0 1

友情链接更多精彩内容