SHARING MY KNOWLEDGE
<?php//first parameter is the base//second parameter is the exponentecho pow(2, 2); // 4echo pow(2, 3); // 8echo pow(3, 2); // 9?>
No comments:
Post a Comment