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

Class: PEAR_Remote

Source Location: /PEAR-1.7.2/PEAR/Remote.php

Class Overview

PEAR
   |
   --PEAR_Remote

This is a class for doing remote operations against the central PEAR database.


Author(s):

Version:

  • Release: 1.7.2

Copyright:

  • 1997-2008 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods

Class: PEAR

PEAR::PEAR()
Constructor. Registers this object in $_PEAR_destructor_object_list for destructor emulation if a destructor object exists.
PEAR::delExpect()
This method deletes all occurences of the specified element from the expected error codes stack.
PEAR::expectError()
This method is used to tell which errors you expect to get.
PEAR::getStaticProperty()
If you have a class that's mostly/entirely static, and you need static
PEAR::isError()
Tell whether a value is a PEAR error.
PEAR::loadExtension()
OS independant PHP extension load. Remember to take care on the correct extension name for case sensitive OSes.
PEAR::popErrorHandling()
Pop the last error handler used
PEAR::popExpect()
This method pops one element off the expected error codes stack.
PEAR::pushErrorHandling()
Push a new error handler on top of the error handler options stack. With this you can easily override the actual error handler for some code and restore it later with popErrorHandling.
PEAR::raiseError()
This method is a wrapper that returns an instance of the configured error class with this object's default error handling applied. If the $mode and $options parameters are not specified, the object's defaults are used.
PEAR::registerShutdownFunc()
Use this function to register a shutdown method for static classes.
PEAR::setErrorHandling()
Sets how errors generated by this object should be handled.
PEAR::staticPopErrorHandling()
PEAR::staticPushErrorHandling()
PEAR::throwError()
Simpler form of raiseError with fewer options. In most cases message, code and userinfo are enough.
PEAR::_PEAR()
Destructor (the emulated type of...). Does nothing right now, but is included for forward compatibility, so subclass destructors should always call it.

Class Details

[line 47]
This is a class for doing remote operations against the central PEAR database.


[ Top ]


Class Variables

$cache =  null

[line 52]


Type:   mixed


[ Top ]

$config =  null

[line 51]


Type:   mixed


[ Top ]



Method Detail

PEAR_Remote (Constructor)   [line 63]

PEAR_Remote PEAR_Remote( &$config)


Parameters:

   &$config   — 

[ Top ]

call   [line 143]

void call( $method)


Parameters:

   $method   — 

[ Top ]

call_epi   [line 252]

void call_epi( $method)


Parameters:

   $method   — 

[ Top ]

clearCache   [line 128]

void clearCache( $method, $args)


Parameters:

   $method   — 
   $args   — 

[ Top ]

getCache   [line 81]

void getCache( $args)


Parameters:

   $args   — 

[ Top ]

saveCache   [line 108]

void saveCache( $args, $data)


Parameters:

   $args   — 
   $data   — 

[ Top ]

setRegistry   [line 73]

void setRegistry( &$reg)


Parameters:

   &$reg   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:21:50 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.