Abstract Class Zend_Server_Abstract

Description

Implements interfaces:

  • abstract:

Located in /Zend/Server/Abstract.php (line 23)


	
			
Variable Summary
 static array $magic_methods
Method Summary
 static string lowerCase ( &$value,  &$key, string $value, string $key)
Variables
static array $magic_methods = array(
'__construct',
'__destruct',
'__get',
'__set',
'__call',
'__sleep',
'__wakeup',
'__isset',
'__unset',
'__tostring',
'__clone',
'__set_state',
)
(line 27)
  • var: PHP's Magic Methods, these are ignored
  • access: protected
Methods
static lowerCase (line 49)

Lowercase a string

  • return: Lower cased string
  • access: public
static string lowerCase ( &$value,  &$key, string $value, string $key)
  • string $value
  • string $key
  • &$value
  • &$key

Documentation generated on Thu, 18 Jan 2007 09:51:52 -0800 by phpDocumentor 1.3.1