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

.
Sohel

How to output this code

<?php
class body{
public function index()
{
echo 'Hello World!';
}
}
?>