Skip to content
andré ourednik   
info
  • publications
    • fictions
    • scientific
  • évènements
  • maps & spaces
    • Courses
    • Maps
    • Spaces
    • Tools
    • Uncategorized
  • podcast
  • simulations
  • contact
search

Maps and Spaces

Cartes et espaces

Tag Archives: object oriented php

List all methods of an object in PHP

echo get_class($my_class_instance) . ‘<br/>’; foreach (get_class_methods($my_class_instance) as $method) {echo ‘———>’ . $method . ‘<br/>’;}

Published: August 12th, 2010 — Updated: February 3rd, 2018Posted inToolsTags: object oriented phpLeave a comment on List all methods of an object in PHP
Maps and Spaces, Privacy Policy