08c06-2.php

来自「介绍PHP5的给类型函数应用」· PHP 代码 · 共 21 行

PHP
21
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Test File</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css"><?php// Read in our CSS filereadfile('http://scadian.info/personal.css');?></style><?php// Read in a php libraryrequire_once 'http://scadian.info/lib/library.php.lib';?></head><body><p>Testing our CSS and library include.</p><p>Calling a function from the library: <?php lib_func(); ?></p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?