<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2923997691719532413</id><updated>2012-02-17T04:05:26.415+02:00</updated><category term='multiple key array'/><category term='code'/><category term='php'/><category term='eng'/><title type='text'>virtuaMAGIC BLOG</title><subtitle type='html'>a kind of magic... virtuaMAGIC</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.virtuamagic.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2923997691719532413/posts/default'/><link rel='alternate' type='text/html' href='http://blog.virtuamagic.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Claudiu CISMARU</name><uri>http://www.blogger.com/profile/12906581132537073392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2923997691719532413.post-4289110605539413555</id><published>2008-05-16T11:58:00.009+03:00</published><updated>2008-12-24T17:36:59.305+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='multiple key array'/><category scheme='http://www.blogger.com/atom/ns#' term='code'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='eng'/><title type='text'>Multiple Key Array in PHP</title><summary type='text'>Sometimes there is need for use of multiple key array in PHP, in order to get more speed. This drawbacks the use of memory, but this is desirable in some situations.Let's assume you have some database small tables with some information (let's say categories, or sections) that is needed to be retrieved multiple times at the runtime, in the same script. This consumes a lot of time. What if we </summary><link rel='replies' type='application/atom+xml' href='http://blog.virtuamagic.com/feeds/4289110605539413555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2923997691719532413&amp;postID=4289110605539413555&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2923997691719532413/posts/default/4289110605539413555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2923997691719532413/posts/default/4289110605539413555'/><link rel='alternate' type='text/html' href='http://blog.virtuamagic.com/2008/05/multiple-keys-arrays-in-php.html' title='Multiple Key Array in PHP'/><author><name>Claudiu CISMARU</name><uri>http://www.blogger.com/profile/12906581132537073392</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
