include_fns.php
来自「php源码 php源码参考」· PHP 代码 · 共 13 行
PHP
13 行
<?php // putting all the include files here means // that it will take time to load each one // for every page, but that we wil not // forget any include_once('db_fns.php'); include_once('data_valid_fns.php'); include_once('output_fns.php'); include_once('mail_fns.php'); include_once('user_auth_fns.php');?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?