Pozor |
Ta razširitev je EKSPERIMENTALNA. Delovanje razširitve, imena funkcij in vse ostalo v zvezi s to razširitvijo se lahko spremeni brez opozorila v bodočih verzijah PHP-ja. Uporabljate jo na lastno odgovornost. |
The SOAP extension can be used to write SOAP Servers and Clients. It supports subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications.
This extension makes use of the GNOME xml library. 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.
The behaviour of these functions is affected by settings in php.ini.
Tabela 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 |
Here's a short explanation of the configuration directives.
Te konstante definira ta razširitev in so tako na voljo samo kadar je razširitev prevedena skupaj s PHPjem ali kadar je dinamišno naložena med izvajanjem.