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: November 20th, 2025Posted inToolsTags: object oriented php
Maps and Spaces,