Zend Framework & PHP 








$sniffer = new Smartycode_Http_Mime();
$contentType = $sniffer->getMime($url);
if('audio/mpeg3' == $contentType) echo 'It is MP3';Ever looked through the Zend Framework code and saw header comments like this?
<?php
/**
* @version $Id: Exception.php 16200 2009-06-21 18:50:06Z thomas $
**/ Here is a quick tip on how this can be useful and how to have this type of integration in your projects.