⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css_download.php

📁 一个bug追踪工具的PHP编写的源代码
💻 PHP
字号:
<?php        #$zip->ctrl_dir = 'man';        # --- creates the page ---        ob_start();        include( 'core.php' );        include( 'css_inc.php' );        $content = ob_get_contents ();        ob_end_clean();        header("Cache-control: private");        #header( "Content-type: application/octet-stream" );        header( "Content-type: text/css" );        header( "Content-Disposition: attachment; filename=\"filename.css\"" );        header( "Content-Description: CSS File" );        # --- ---        echo $content;?>

⌨️ 快捷键说明

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