出力バッファを変換する
<?php
require_once ('../code/cssj_driver.php');
header("Content-Type: application/pdf");
//ドライバの作成
//セッションの開始
//リソースの送信
//出力結果の変換の開始
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="StyleSheet" type="text/css" href="test.css">
<title>Hello CSSJ</title>
</head>
<body>
<h2>ただいまの時刻</h2>
<p>
<?php echo
date("l dS of F Y h:i:s A") ?></p>
</body>
</html>
<?php
//出力結果の変換の終了
//セッションの終了
?>
Documentation generated on Wed, 10 Jun 2009 13:44:39 +0900 by phpDocumentor 1.4.1