PHP Manuál | ||
---|---|---|
Predchádzajúci | Nasledujúci |
Varovanie |
Toto rozšírenie je EXPERIMENTÁLNE. Správanie tohto rozšírenia, vrátane názvov funkcií a všetkého ostatného, čo tu je zdokumentované, sa v budúcnosti môže bez ohlásenia zmeniť. Majte to na pamäti a používajte toto rozšírenie iba na vlastné nebezpečentsvo. |
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.
Správanie of these functions je affected by settings in php.ini.
Tabuľka 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 |
Tu je short vysvetlenie of the configuration directives.
The konštanty nižšie sú definované by this extension, and will only be available when the extension has either been compiled into PHP or dynamicky loaded at runtime.
Predchádzajúci | Domov | Nasledujúci |
simplexml_load_string | Hore | SoapClient::SoapClient |