Python
Database
Operating System
Programming
Linux Command
Toolkit
Other
Keyboard Shortcuts
Open sidebar
Open user menu
Guess
Search
Dart
HTML Canvas
Redis
Bash
JavaScript
PHP
PHP Arrays
Into functions
$array = [1, 2]; function foo(int $a, int $b) { echo $a; # => 1 echo $b; # => 2 } foo(...$array);
Comments
Add your comment
Post
Related
Also see
Miscellaneous
PHP Classes
PHP Functions
PHP Loops
PHP Conditionals
PHP Operators
PHP Arrays
PHP Strings
PHP Types
Getting Started