經安全檢測,此網站為安全網站,請放心前往原始網址!

PHP – Get array length | CoralCode

PHP – Get array length To get the length of an array in PHP is quite simple. You can use 2 functions to do this: count() sizeof() Both functions count all elements in the given array. See it in action: $myArray = array('red','blue','green'); $size = sizeo

www.coralcode.com

網址安全性掃描由 google 提供