constructor
wsdlcache
wsdlcache
([string $cache_dir = '.'], integer $cache_lifetime)
-
string
$cache_dir: directory for cache-files
-
integer
$cache_lifetime: lifetime for caching-files in seconds or 0 for unlimited
creates the filename used to cache a wsdl instance
string
createFilename
(string $wsdl)
-
string
$wsdl: The URL of the wsdl instance
adds debug data to the class level debug string
void
debug
(string $string)
-
string
$string: debug data
gets a wsdl instance from the cache
-
string
$wsdl: The URL of the wsdl instance
obtains the local mutex
boolean
obtainMutex
(string $filename, string $mode)
-
string
$filename: The Filename of the Cache to lock
-
string
$mode: The open-mode ("r" or "w") or the file - affects lock-mode
adds a wsdl instance to the cache
releases the local mutex
boolean
releaseMutex
(string $filename)
-
string
$filename: The Filename of the Cache to lock
removes a wsdl instance from the cache
boolean
remove
(string $wsdl)
-
string
$wsdl: The URL of the wsdl instance