Twitter Feed
pear Archive
-
Writing a php command line based app using Console_CommandLine
Posted on October 17, 2009 | No CommentsI am currently writing a PHP app which had to have a command line interface. I came across this excellent library in PEAR Console_CommandLine. Its core functionality is very useful... -
PHP CodeSniffer and common errors
Posted on October 1, 2009 | No CommentsI am currently writing a wrapper for PHPUnit for my employer which makes writing Selenium test cases for developers far easier. It would abstract them from the details of knowing... -
PING using php
Posted on February 22, 2009 | No CommentsI have been playing around with CURL and its awesomeness for a potential idea and had to use some data retrieved by sending a ICMP packet to the host. This...

