Jump to content

Purpose of Array() Function


SchweppesAle

Recommended Posts

Array() isn't a function. It's a language construct, there's really no benefit to doing it either way, for the most part it's just different ways of doing things. But say you're putting 10 objects into an array, it would be easier to use the Array() language construct than to rewrite $array['index'].. 10 times.

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.