1
count(): Argument #1 ($var) must be of type Countable fix
<?php
if (is_iterable($children)) {
foreach ($children as $child) {
}
}
//if ((count($children)) > 0) {
//foreach ($children as $child) {
//}
//}
?>
Interserver | Standard & VPS Cloud Hosting | $2.50 /Month
Flexible VPS hosting platform to deploy your online projects.
Economical and balanced between processor cores, memory and storage
rated 1 times
(1)
(0)
comments: 1 / hits: 1665
/ 2 years ago, tue, feb 23, 21, 01:51:57
More From
» PHP
Comments
1
Code:
[#57] Thursday, May 13, 2021, 8:54:57

commented 2 years ago
Ronald