In PHP how can you clear a WSDL cache?

前端 未结 6 1542
被撕碎了的回忆
被撕碎了的回忆 2020-11-28 09:57

In through php_info() where the WSDL cache is held (/tmp), but I don\'t necessarily know if it is safe to delete all files starting with WSDL.

6条回答
  •  醉梦人生
    2020-11-28 10:03

    Remove all wsdl* files in your /tmp folder on the server.

    WSDL files are cached in your default location for all cache files defined in php.ini. Same location as your session files.

提交回复
热议问题