<?php class Foo { function first(){ } function second(){ } } $foo = new Foo(); $reflect = new ReflectionClass($foo); $props = $reflect->getMethods(); foreach ($props as $prop) { print $prop->getName() . "\n"; }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`