Write down what's on your mind
© 2023. All rights reserved.
Laravel and Lumen face to application and API
EasyAdmin1 is developed in programmer mindset.
github ↩
Two way to quick study a new stuff.
Two ways to do it
https://mikespook.com/2012/07/function-call-by-name-in-golang/ ↩
```php
class Parent{ public function sum($numbers){} } class Child extends Parent{ public function sum(array $numbers){} }