El comportamiento de estas
funciones está afectado por los valores definidos en
php.ini.
Tabla 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().
A continuación se
presenta una corta explicación de las directivas de
configuración.
- 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.