SOAP
[ class tree: SOAP ] [ index: SOAP ] [ all elements ]

Class: SOAP_WSDL_Cache

Source Location: /SOAP-0.9.4/WSDL.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_WSDL_Cache

Common base class of all SOAP classes.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 873]
Common base class of all SOAP classes.
  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates


[ Top ]


Method Detail

SOAP_WSDL_Cache (Constructor)   [line 898]

SOAP_WSDL_Cache SOAP_WSDL_Cache( [boolean $cacheUse = WSDL_CACHE_USE], [int $cacheMaxAge = WSDL_CACHE_MAX_AGE])

SOAP_WSDL_Cache constructor
  • Access: public

Parameters:

boolean   $cacheUse   —  use caching
int   $cacheMaxAge   —  cache max lifetime (in seconds)

[ Top ]

get   [line 928]

string get( string $wsdl_fname, [array $proxy_params = array()], [int $cache = 0])

Retrieves a file from cache if it exists, otherwise retreive from net, add to cache, and return from cache.
  • Return: data
  • Access: public

Parameters:

string   $wsdl_fname   —  URL to WSDL
array   $proxy_params   —  proxy parameters
int   $cache   —  expected MD5 of WSDL URL

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:39:06 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.