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

.
Koenig
(\/)____o_O____(\/)

litta,

function power($val, $pow) {
return pow($val, $pow);
}