count
count — Count all elements in an array, or something in an object.Description
Description
count( Countable|array $value,Counts all elements in an array, or something in an object. For objects, if you have SPL installed, you can hook into count() by implementing interface Countable. The interface has exactly one method, Countable::count(), which returns the return value for the count() function. Please see the Array section of the manual for a detailed explanation of how arrays are implemented and used in PHP.
int $mode = COUNT_NORMAL ): int
Parameters
value
An array or Countable object.
mode
If the optional mode parameter is set to COUNT_RECURSIVE (or 1), count() will recursively count the array. This is particularly useful for counting all the elements of a multidimensional array.
Return Values
Returns the number of elements in value. When the parameter is neither an array nor an object with implemented Countable interface, 1 will be returned. There is one exception, if value is null, 0 will be returned.More information about count on official PHP documentation site
count - Popular snippets
- PHP 7.4 / MySQL 5.7 mt_rand count print_r
last run:
2023-03-15 14:02:45
53
- PHP 8.0 / MySQL 8.0 count implode array_fill str_repeat
last run:
2024-10-11 15:23:08
21
- PHP 8.0 / MySQL 5.7 str_split count printf
last run:
2024-04-25 12:49:47
20
- PHP 8.1 / MySQL 5.7 count var_dump
last run:
2022-07-31 11:04:29
19
- PHP 8.1 / MySQL 5.7 base64_decode preg_match_all count str_replace chr hexdec preg_match
last run:
2023-11-12 20:14:19
17
- PHP 7.4 / MySQL 5.7 count rand
last run:
2022-07-02 08:55:29
17
- PHP 8.1 / MySQL 5.7 array_map count min max array_values array_reduce print_r
last run:
2022-10-19 12:12:55
16
- PHP 8.0 / MySQL 8.0 count implode array_fill str_repeat array_merge
last run:
2024-03-01 04:51:33
16
- PHP 8.1 / MySQL 5.7 count
last run:
2023-01-30 13:47:01
15
- PHP 8.1 / MySQL 5.7 count array_merge array_splice rand print_r
last run:
2024-05-10 06:54:21
15
count - New snippets
-
PHP 7.4 / MySQL 8.0 count implode array_fill str_repeat
added at:
2024-11-19 09:12:33
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:35:30
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:31:26
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:30:18
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:20:07
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:09:43
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:08:04
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:02:51
1
-
PHP 7.4 / MariaDB 10 count
added at:
2024-11-18 10:02:37
1
-
PHP 8.1 / MySQL 5.7 trim explode count
added at:
2024-11-15 08:09:05
1