ReflectionClass
PHP Manual

ReflectionClass::getStaticPropertyValue

(PHP 5 >= 5.1.0)

ReflectionClass::getStaticPropertyValueGets static property value

Descrição

public mixed ReflectionClass::getStaticPropertyValue ( string $name [, string $default ] )

Gets the static property values.

Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

name

default

Valor Retornado

Veja Também


ReflectionClass
PHP Manual