This document discusses PHP and its suitability for building web services. It covers PHP's evolution as both a server-side and command line tool. It then discusses different architectures and data formats for web services, including RPC, SOAP, REST, JSON and XML. It provides examples of consuming and producing these different service types from PHP.