<?php class Foo { public static function bar() {} } var_dump(is_callable([Foo::class, 'bar']));
You have javascript disabled. You will not be able to edit any code.