DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
php count array elements with specific key
$cnt = count(array_filter($array,function($element) { return $element['your_key']=='foo'; }));
PREVIOUS
NEXT
Tagged:
#php
#count
#array
#elements
#specific
#key
ADD COMMENT
Topic
COMMENT
Name
4+5 =
Submit