You can use array_filter to remove empty elements: $emptyRemoved = array_filter($linksArray);. If you have (int) 0 in your array, ...
確定! 回上一頁