PHP 静的ファイルの生成 class_PHP チュートリアル

WBOY
リリース: 2016-07-20 11:08:05
オリジナル
871 人が閲覧しました

php教程静态文件生成类
define('php教程ox') or die(header("http/1.1 403 not allowed"));           

class include_createstatic
{

private $htmlpath = '';           
プライベート $path = '';           
public $monthpath = '';           
プライベート $listpath = '';           
プライベート $content = '';           
プライベート $filename = '';           
private $extname = '.html';           

public function createhtml($type,$desname,$content)
{
$this->htmlpath = getappinf('htmlpath');           
if (!file_exists($this->htmlpath))
{
@mkdir($this->htmlpath);           
}
$this->path = $this->htmlpath.$this->monthpath.'/';           
if (!file_exists($this->path))
{
@mkdir($this->path);           
}
$this->listpath = $this->htmlpath.'list/';           
if (!file_exists($this->listpath))
{
@mkdir($this->listpath);           
}
switch($ type)
{Case 'index':
$ this-> filename = $ desname;           
休憩。           
ケース「リスト」:
                $this->filename = $this->listpath.$desname;           
休憩。           
case 'view':
$this->filename = $this->path.$desname;           
休憩。           
}
$this->filename .= $this->extname;           
$this->content = $content;           
}

public function write()
{
$fp=fopen($this->filename,'wb');           
if (!is_writable($this->filename))
{
falseを返す;           
}
if (!fwrite($fp,$this->content))
{
falseを返します。           
}
fclose($fp);           
$this->ファイル名を返します。           
}
}

//方法二

if(file_exists("./index.htm"))//看静态index.htm文件の有無
{
$time=time();
//文書修正時間と现時間相差?の话、htm文件を直接方向、否かhtmを再生成
if(time-filemtime("./index.htm"){
header("location:classhtml /main.htm");
}
}
//在你的開始处添加ob_start();
ob_start();
//首題内容、つまり動作部分完了
//ob_end_clean() を追加して、本を 1 つの变量に出力します
$temp=ob_get_contents();
ob_end_clean();
//写入文件
$fp=fopen("./index.htm",'w');
fwrite(fp,temp) または die('写文件错误');
//echo「html生成完了!」;


www.bkjia.comtru​​ehttp://www.bkjia.com/PHPjc/444915.html技術記事 php教程静态文件生成类define('php教程ox') or die(header(http/1.1 403 not allowed)); class include_createstatic { private $htmlpath = '';プライベート $path = '';公開 $...
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート