update3rc4.php

来自「bmb的论坛」· PHP 代码 · 共 10 行

PHP
10
字号
<?

$dh=opendir("favorites");
while (false !== ($postfile = readdir($dh))) {
	if (($postfile!=".") && ($postfile!="..") && ($postfile!="")) 
	rename("favorites/".$postfile,"favorites/".str_replace(".txt","",str_replace(".php","",$postfile)).".php");
}
closedir($dh);

echo "瀹屾垚";

⌨️ 快捷键说明

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