HTML (使用方法):
コードをコピー コードは次のとおりです:
PHP:
コードをコピー コードは次のとおりです:
//出力JS
header ("Content-type:application/x-javascript; Charset:utf-8");
if(isset($_GET)) {
$files =explode(",", $_GET['get'] );
$str = ' ';
foreach ($files as $key => $val){
$str .= file_get_contents($_GET['path'].$val);
}
$str = str_replace("t", "", $str); //スペースをクリア
$str = str_replace("n", "" 、$str);
// 一行コメントを削除
$str = preg_replace("///s*[a-zA-Z0-9_x7f-xff][a-zA-Z0-9_x7f-xff]*/", "", $str ) ;
// 複数行のコメントを削除します
$str = preg_replace("//*[^/]**//s", "", $str);
エコー $str;
}
//出力 CSS
header ("content-type:text/css; charset: utf-8");
if(isset($_GET)) {
$files =explode(",", $_GET['get ']);
$fc = '';
foreach ($files as $key => $val){
$fc .= file_get_contents($_GET['path'].$val.".css");
}
$fc = str_replace("t", "", $fc); //スペースをクリア
$fc = str_replace("rn", "", $fc); "", $fc);
$fc = preg_replace("//*[^/]**//s", "", $fc);
echo $fc; は単なるプロトタイプです。カプセル化なし。さらに、マージされたファイルをキャッシュすることを忘れないでください。
http://www.bkjia.com/PHPjc/802226.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/802226.html技術記事 HTML (使用方法): 次のコードをコピーします: link rel="stylesheet" type="text/css" href="cssmin.php?get=base,style1,style2,globalv=20131023" / script type=" text/javascript"...