PHPのコードを色分けして、htmlに出力するスクリプト

ちょっと便利。

<?php
$data = show_source("test.php",true);
$filename = 'color.html';
file_put_contents($filename, $data);