I need to know if I can store a html page inside a array element? is there some performance problems with it? This page not will be so big but it can be a bit big.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
migrated from webmasters.stackexchange.com Aug 13 '12 at 19:05
|
Yes, assuming you mean the HTML for the web page and not any objects (i.e. images, video) you can store an entire web page in an array element. You shouldn't have any issues with it unless it is an extraordinarily large web page. |
|||
|
|
|
You can store as much as you want assuming it doesn't exceed |
|||
|
|