/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
class Obj { public $test; function cf() { } } $o = new Obj; $o->cf(); $o->{$test};