#!/bin/bash mkdir doc 2> /dev/null echo "If you get an error here, you might not have phpdoc installed" phpdoc -f preg_magic.php -t doc -ti "preg Magic"
info at phpclasses dot org