PHP-Code in
building_superheroes/01_step/class/FirstExample.class.php
T -
T +
Copy PHP
<?php class FirstExample { function sayHello() { $str = "Hello World"; return $str; } } ?>