|
ReflectionProperty::getValue(PHP 5) ReflectionProperty::getValue — Gets value ОписаниеGets the properties value. Список параметров
Возвращаемые значенияThe current value of the property. ОшибкиThrows a ReflectionException if the property is inaccessible. You can make a protected or private property accessible using ReflectionProperty::setAccessible(). Примеры
Пример #1 ReflectionProperty::getValue() example
<?php Результат выполнения данного примера: string(6) "foobar" string(6) "barfoo" string(6) "foofoo" Смотрите также
|
|