资 源 简 介
This package provides access to Plesk XML-RPC API, using PHP Arrays to make the requests (pure XML can also be used).
It will receive a well-formed request Array, convert it to XML and perform the request to the Plesk Agent.
The response is returned as an Array to make it easier to manipulate the data.
This package IS NOT an implementation of Plesk API. This means you won’t find methods such as getAllDomains().
The goal of Services_Plesk is to provide the lower layer of communication between your application and a Plesk server.
As so, I recommend you to create your own functions using Services_Plesk to handle the requests to the Plesk server.