# Sohel (15.12.2014 / 14:48)replace echo on return in method body
How to output this code
<?php class body{ public function index() { echo 'Hello World!'; } } ?>
# Sohel (15.12.2014 / 14:48)replace echo on return in method body
How to output this code
<?php class body{ public function index() { echo 'Hello World!'; } } ?>