Emulates the php.net search field in Alfred by providing real-time search results for PHP functions, classes, etc. and linking to their doc page on php.net. The full result set for the php.net search field is stored locally and updates daily at the first use. Queries are case sensitive for more precise filtering.
Examples
"phpdoc array_" Lists all php functions beginning with array_
"phpdoc array_merge" Opens the array_merge() doc page on php.net
"phpdoc Exception" Lists the Exception class methods
"phpdoc Exception::getMessage" Opens the Exception::getMessage() doc page on php.net