Use the get operation to retrieve information about the specified PHP handler. Use filters to specify the handler by its ID.
A request XML packet that retrieves a PHP handler includes the get operation node:
<packet>
<get>
...
</get>
</packet>
The get node is presented by the PhpHandlerInputType type (php_handler.xsd
), and its graphical representation is as follows:
php_handler.xsd
).
<packet>
<php-handler>
<get>
<filter/>
</get>
</php-handler>
</packet>
<packet>
<php-handler>
<get>
<filter>
<id>cgi</id>
</filter>
</get>
</php-handler>
</packet>