Category
- Php
- JAVA
- DOTNET
- Vbscript
- C
- vb
- html
- Mysql
- Oracle
- sql
- Db
- Computer
- Commerce
- Business
- Arts
- Cashier
- Audit
- Banking
- Accounts
- Math
- Physics
- Biology
- Others
Home >> Asked Questions >> Php
Q. Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null
Answer :
You have to must use is_array($bbbbb) function before use count function $ab = is_array($bbbbb) ? count($aa) : 0 ;
Posted By : aman
Most Viewed Questions