Jump to content

Array Limit In PHP


zgkhoo

Recommended Posts

I don't know that there is any set limit. But, obviously as the array gets larger and larger performance will suffer. How much performance will suffer based upon how many items would be directly related to the available resources on the server: mostly memory I would suspect and probably CPU as well. Also realize, that the scalability would be directly related to what you put into the array.

 

How big are you needing the array?

Link to comment
https://forums.phpfreaks.com/topic/77130-array-limit-in-php/#findComment-390685
Share on other sites

is a pyramid....keep increase....keep expanding....

how then? i cant estimate....cos it depend on how the user input how many data inside

 

You don't need to estimate - you need to mandate. Building a piece of software without limitations for an exponentially increasing process is bad practice. You need to set an appropriate limit and enforce it.

Link to comment
https://forums.phpfreaks.com/topic/77130-array-limit-in-php/#findComment-390747
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.