Procedural File: _xmlrpcs.funcs.php
Source Location: /blogs/inc/xmlrpc/model/_xmlrpcs.funcs.php
Page Details
| Copyright: | Edd Dumbill <edd@usefulinc.com> (C) 1999-2002 |
| See: | http://xmlrpc.usefulinc.com/doc/ |
| See: | http://phpxmlrpc.sourceforge.net/ |
| Filesource: | Source Code for this file |
Functions
logIO [line 31]
|
Used for logging, only if $debug_xmlrpc_logging is true
Parameters:| $msg: | ||
| $newline: |
API Tags:
| Return: | Have we logged? |
[ Top ]
starify [line 59]
|
Returns a string replaced by stars, for passwords.
Parameters:| string | $string: | the source string |
API Tags:
| Return: | same length, but only stars |
[ Top ]
xmlrpcs_edit_item [line 391]
|
Edit an Item and return an XML-RPC response
Parameters:| Item | &$edited_Item: | |
| string | $post_title: | HTML |
| string | $content: | HTML |
| string | $post_date: | date |
| integer | $main_cat: | main category |
| array | $cat_IDs: | of integers : extra categories |
| string | $status: | status |
[ Top ]
xmlrpcs_get_Blog [line 195]
xmlrpcs_get_Item [line 232]
xmlrpcs_login [line 155]
|
Get current_User for an XML-RPC request - Includes login (password) check.
Parameters:| xmlrpcmsg | $m: | XML-RPC Message |
| integer | $login_param: | idx of login param in XML-RPC Message |
| integer | $pass_param: | idx of pass param in XML-RPC Message |
API Tags:
| Return: | or NULL |
[ Top ]
xmlrpcs_new_item [line 332]
|
Create a new Item and return an XML-RPC response
Parameters:| string | $post_title: | HTML |
| string | $content: | HTML |
| string | $post_date: | date |
| integer | $main_cat: | main category |
| array | $cat_IDs: | of integers : extra categories |
| string | $status: | status |
[ Top ]
xmlrpcs_resperror [line 269]
|
If no errcode or errmsg given, will use the last one that has been set previously.
Parameters:| integer | $errcode: | |
| string | $errmsg: |
[ Top ]
_b2_or_mt_get_categories [line 76]
|
Helper for b2_getcategories() and mt_getPostCategories(), because they differ only in the "categoryId" case ("categoryId" (b2) vs "categoryID" (MT))
Parameters:| string | $type: | Type, either "b2" or "mt" |
| xmlrpcmsg | $m: |
XML-RPC Message
|
API Tags:
| Return: | XML-RPC Response |
[ Top ]
