PHP 5 → 4 converter




(download as file)
<?php

$obj = new MyObject;
...

if (is_a($obj, MyObject)) {
   ...
}