Abstract Class Zend_Server_Abstract

Description

Implements interfaces:

Zend_Server_Abstract

  • abstract:
  • version: $Id: Abstract.php 3452 2007-02-15 18:14:15Z matthew $
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/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 Wed, 21 Feb 2007 11:45:28 -0800 by phpDocumentor 1.3.1