update : 2015.11.03
php.shukuma.com검색:
|
ReflectionClass::getStaticPropertyValue(PHP 5 >= 5.1.0) ReflectionClass::getStaticPropertyValue — Gets static property value 설명Gets the value of a static property on this class. 인수
반환값The value of the static property. 예제
Example #1 Basic usage of ReflectionClass::getStaticPropertyValue()
<?php 위 예제의 출력: string(3) "Red" 참고
|