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

Class: SOAP_WSDL_Cache

Source Location: /SOAP-0.8.1/WSDL.php

Class Overview

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

SOAP_Base Common base class of all Soap lclasses


Author(s):

Version:

  • $Id: Base.php,v 1.40.2.6 2004/12/04 00:18:31 arnaud Exp $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 754]
SOAP_Base Common base class of all Soap lclasses
  • Author: Shane Caraveo <shane@php.net> Conversion to PEAR and updates
  • Version: $Id: Base.php,v 1.40.2.6 2004/12/04 00:18:31 arnaud Exp $


[ Top ]


Method Detail

SOAP_WSDL_Cache (Constructor)   [line 779]

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 807]

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 13:59:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.