downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ReflectionClass::__toString> <ReflectionClass::newInstanceWithoutConstructor
[edit] Last updated: Sat, 07 Jan 2012

view this page in

ReflectionClass::setStaticPropertyValue

(PHP 5 >= 5.1.0)

ReflectionClass::setStaticPropertyValueSets static property value

설명

public void ReflectionClass::setStaticPropertyValue ( string $name , string $value )

Sets static property value.

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

name

Property name.

value

New property value.

반환값

값을 반환하지 않습니다.

참고



add a note add a note User Contributed Notes ReflectionClass::setStaticPropertyValue - [1 notes]
up
1
chuck at manchuck dot com
10 months ago
It is important to note that calling ReflectionClass::setStaticPropertyValue will not allow you to add new static properties to a class.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites