<?php
namespace myArea;
function myValue(){
return __NAMESPACE__;
}
?>
<!DOCTYPE html>
<html>
<body>
echo myValue();
</body>
</html>