Terabytefrelance
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited How to add autocomple to a method with array arguments.
Hi, i want to add autocomplete to a library, which would be the best way to implement it. array $b(['option1' => string, 'option2' => int)]);public function a(array $b = [], array $c = []) I would ...