Procedural File: archive_xmlrpc.php
Source Location: /mplf/archive_xmlrpc.php
Page Details:
An XML-RPC interface to the online filter archive system of the MultiPurpose Log Filter porject.
Tags:
Includes:
getCategoryFilters [line 81]
array getCategoryFilters(
integer $method, mixed $params, mixed $app_data)
|
|
XML-RPC method for getting all filters contained within a specified category.
Tags:
Parameters
| integer |
$method |
first The unique directory identifier, 0 means the root directory. |
getFilterContents [line 151]
string getFilterContents(
integer $method, mixed $params, mixed $app_data)
|
|
XML-RPC method for getting the contents of a filter.
Tags:
Parameters
| integer |
$method |
first The unique identifier for the filter. |
getFilterDetails [line 114]
array getFilterDetails(
integer $method, mixed $params, mixed $app_data)
|
|
XML-RPC method for getting detailed information about a specified filter.
Tags:
Parameters
| integer |
$method |
first The unique identifier for the filter. |
getSubCategories [line 46]
array getSubCategories(
integer $method, mixed $params, mixed $app_data)
|
|
XML-RPC method for getting all subcategories of a category.
Tags:
Parameters
| integer |
$method |
first The unique directory identifier, 0 means the root directory. |
suggestChange [line 191]
boolean suggestChange(
integer $method, string $params, string $app_data)
|
|
XML-RPC method for suggesting a change of an existing filter.
Tags:
Parameters
| integer |
$method |
first The unique identifier of the filter to change. |
| string |
$params |
second An description of what the change does. |
| string |
$app_data |
third The contents of the new modified filter. |
uploadFilter [line 172]
boolean uploadFilter(
string $method, string $params, integer $app_data, string 3)
|
|
XML-RPC method for uploading a new filter to the archive.
Tags:
Parameters
| string |
3 |
fourth The author of the filter. |
| string |
$method |
first The contents of the filter. |
| string |
$params |
second A description of what the filter does. |
| integer |
$app_data |
third The unique identifier of the category in which the filter belongs. |
|
|