Slipxyz

this is "; } echo"
Class Methods are :
"; $m=get_class_methods('Myclass'); foreach($m as $mname) { echo"$mname
"; } $cp=get_class_vars('Myclass'); echo"class variables are :
"; foreach($cp as $cpname => $v) { echo"$cpname : $v
"; } ?> this

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.