Forum und email

XML-RPC Functions

הקדמה

These functions can be used to write XML-RPC servers and clients. You can find more information about XML-RPC at » https://www.xmlrpc.com/, and more documentation on this extension and its functions at » https://xmlrpc-epi.sourceforge.net/.

Warning

תוספת זאת היא ניסיונית. ההתנהגות של תוספת זאת -- כולל השמות של הפונקציות שלה וכל הדברים אשר מתועדים כאן על תוספת זאת -- יכולים להשתנות ללא התרעה בהפצות עתידיות של PHP. השתמש בתוספת זאת על אחריותך בלבד.

דרישות

אף ספריות חיצוניות דרושות לבניית תוספת זאת.

התקנה

XML-RPC support in PHP is not enabled by default. You will need to use the --with-xmlrpc[=DIR] configuration option when compiling PHP to enable XML-RPC support. This extension is bundled into PHP as of 4.1.0.

הגדרות הרצה

ההתנהגות של פונקציות אלה מושפעות ע"י ההגדרות בתוך php.ini.

XML-RPC configuration options
Name Default Changeable Changelog
xmlrpc_errors "0" PHP_INI_SYSTEM Available since PHP 4.1.0.
xmlrpc_error_number "0" PHP_INI_ALL Available since PHP 4.1.0.
For further details and definitions of the PHP_INI_* constants, see the php.ini directives.

סוגי משאבים

This extension defines a XML-RPC server resource returned by xmlrpc_server_create().

קבועים מוגדרים מראש

לתוספת זאת אין שום קבועים מוגדרים.

Table of Contents