Jump to content

Array Limit In PHP。。。sorry miss post.....pls remove..thanks..


zgkhoo

Recommended Posts

  Hi,

    Here i am putting my question in front to all of you that may be common one for you. My question is that:

 

    What is the array limit in PHP ?

    means

    How many elements can be stored in an array at a time while using PHP ?

The array size may vary when do specific actions on it. But the maximum size it can be depends on the amount of memory given to php in the memory_limit directive and by the data it contains- a 500 chars string for an example will take more place than an integer, so an array containing 500 chars strings will "eat" memory faster than the same array if it contained integers.

 

Orio.

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.