array_filter.php
PHP•中級
Explorer
C40
C++40
C#40
Dart40
Go40
Java40
JavaScript40
Kotlin40
Objective-C40
Perl40
PHP
初級10
中級10
array_sum.php
foreach_simple.php
array_filter.php
string_explode.php
array_map.php
json_decode.php
file_exists.php
in_array.php
array_keys.php
str_replace.php
上級10
エキスパート5
マスター5
Python40
R40
Ruby40
Rust40
Shell40
Swift40
TypeScript40
array_filter.php
Click to focus
1
2
$adults = array_filter($ages, fn($a) => $a >= 18);↵
echo 'Count: ' . count($adults);
0WPM•0%•0:00•0/83(0%)|Ln 1, Col 1
UTF-8•PHP