v1.0.0
English
▼
Slovenčina
Čeština
Deutsch
Polski
Português
Русский
Українська
हिन्दी
فارسی
Home
›
system
›
Validation
›
DotArrayFilter_php
DotArrayFilter.php
system/Validation/DotArrayFilter.php
1 class
2 methods
class
DotArrayFilter
run
(array $indexes, array $array)
public
Creates a new array with only the elements specified in dot array syntax.
Parameters
array
$indexes
— The dot array syntax pattern to use for filtering.
array
$array
— The array to filter.
return
array The filtered array.
View Source
Copy
filter
(array $indexes, array $array)
private
Used by `run()` to recursively filter the array with wildcards.
Parameters
array
$indexes
— The dot array syntax pattern to use for filtering.
array
$array
— The array to filter.
return
array The filtered array.
View Source
Copy
phpDG v1.0.0
DotArrayFilter.php
662 files
498 classes
763 fn
Generated