Abstract Class Zend_Server_Abstract

Description

Implements interfaces:

Zend_Server_Abstract

  • version: $Id: Abstract.php 4223 2007-03-24 10:20:34Z thomas $
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • abstract:
  • license: New BSD License

Located in /Server/Abstract.php (line 33)


	
			
Direct descendents
Class Description
 class Zend_Rest_Server
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 38)
  • var: PHP's Magic Methods, these are ignored
  • access: protected
Methods
static lowerCase (line 62)

Lowercase a string

Lowercase's a string by reference

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

Documentation generated on Sun, 27 May 2007 23:20:15 -0700 by phpDocumentor 1.3.2