Varov�n� |
Toto roz���en� je
EXPERIMENT�LN�. Chov�n� tohoto roz���en�,
n�zvy funkc� a v�echno ostatn�, co je zde zdokumentov�no, se v budouc�ch
verz�ch PHP m��e bez ohl�en� zm�nit. Berte to v �vahu a pou��vejte tento modul
na vlastn� nebezpe��. |
The SOAP extension can be used to write SOAP Servers and Clients. It supports
subsets of , and specifications.
This extension makes use of the . Download and install this library. You will need at
least libxml-2.5.4.
This extension is only available if PHP was configured with
--enable-soap.
Chov�n� t�chto funkc� je ovlivn�no nastaven�m parametr� v php.ini.
Tabulka 1. SOAP Configuration Options
Name | Default | Changeable |
---|
soap.wsdl_cache_enabled | "1" | PHP_INI_ALL |
soap.wsdl_cache_dir | "/tmp" | PHP_INI_ALL |
soap.wsdl_cache_ttl | 86400 | PHP_INI_ALL |
For further details and definition of the PHP_INI_* constants see
ini_set().
Zde je stru�n� vysv�tlen�
konfigura�n�ch direktiv.
- soap.wsdl_cache_enabled
boolean
Enables or disables WSDL caching feature.
- soap.wsdl_cache_dir
string
Sets the directory name where SOAP extension will put cache files.
- soap.wsdl_cache_ttl
int
(time to live) Sets the number of second while cached file will be used
instead of original one.
Tyto konstanty jsou definov�ny t�mto roz���en�m a budou k dispozici pouze
tehdy, bylo-li roz���en� zkompilov�no spole�n� s PHP nebo dynamicky zavedeno
za b�hu.