<?php class A { public static function htmlspecialchars($args) { return 'static method :' . $args; } } $a = '<a href="https://www.yahoo.co.jp/">zozo</a>'; $b = new A; echo $b->htmlspecialchars($a);
You have javascript disabled. You will not be able to edit any code.