&reftitle.examples;
Here is a simple example PHP scripts using the tokenizer that
will read in a PHP file, strip all comments from the source
and print the pure code only.
Strip comments with the tokenizer
output "as is"
echo $text;
break;
}
}
}
?>
]]>