sizeof() multi-dimensional arrays
Hey guys,
im confused about something and i want to understand something that is wierd to me now. Lets say I declared a multi-dimensional array: PHP Code:
From what I know, I should do it like this: PHP Code:
PHP Code:
|
Re: sizeof() multi-dimensional arrays
sizeof(variable[])
|
Re: sizeof() multi-dimensional arrays
And if you have a three dimensional array:
sizeof( variable[][] ) |
Re: sizeof() multi-dimensional arrays
Thank you.
|
| All times are GMT -4. The time now is 14:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.