Просмотр поста

.
Koenig
(\/)____o_O____(\/)
# Sohel (15.12.2014 / 14:48)
How to output this code

<?php
class body{
public function index()
{
echo 'Hello World!';
}
}
?>
replace echo on return in method body