KKLIB.COM

PerlやPHPのスクリプト配布及びオーダーメイドCGI制作
単機能なCGIから高機能なCGIまで、CGI制作及び、既存CGIの改造依頼まで!!

C_VIEW2.PHP

C_view::compile_output

C_view::compile_output - 高機能用出力

説明

string C_view::compile_output(string $fl_name,array $opts[,array $pre_opts=array()[,string $fl_outfile=""[,$mp_disp=1[,string $mp_html=""]]]])

パラメータ

返り値

string 出力データ

例1 compile_output()の例
$c_view = new C_view();
$c_view->compile_output('template.html',array(
));