<?php function takesArray(array $arr) : void { foreach ($arr as $some_string) { // more logic } }. It gives us a warning
確定! 回上一頁