2 lines
42 B
PHP
2 lines
42 B
PHP
<?php
|
|
echo array_search(0, [0, 1, 2, 3]); |
<?php
|
|
echo array_search(0, [0, 1, 2, 3]); |