输出目录特定文件

时间:2022-04-04 12:32:50
【文件属性】:

文件名称:输出目录特定文件

文件大小:9KB

文件格式:HTML

更新时间:2022-04-04 12:32:50

php

<html> <head> <title > ORa |源码 </title> <meta charset="utf-8" /> <meta name="keywords" content=" ORa |源码 " /> <meta name="description" content=" ORa |源码 " /> <link rel='stylesheet' type="text/css" href="" /> [removed][removed] </head> <body> <?php include ("../nav.php"); ?>


ORa |源码

make by: highlight in gnu/linux.
用法例子:
highlight --inline-css --encoding=utf-8 yd.sh >yd.sh.htm
<?php $dir = "src/"; //以"/"结尾。 echo " 刷新
"; if (is_dir($dir)) { if ($dh = opendir($dir)) { while (($file = readdir($dh)) !== false) { // if ($file!="." && $file!=".." && substr(strrchr($file, '.'), 1)!="php" ) { if ( substr(strrchr($file, '.'), 1)=="html" || substr(strrchr($file, '.'), 1)=="pdf" || substr(strrchr($file, '.'), 1)=="htm" ) { echo "".$file."
"; } } closedir($dh); } } ?>
<!-- 尝试屏蔽被嵌入的非页面元素,包括JavaScript--> <!-- <iframe sandbox='' > --> </body> </html>


网友评论