a php developer weblog

blog Closed!
calin view of the web development world

2005/4/20

the php functions table never ceases to amaze me

@ 12:32 PM (55 months, 28 days ago)

I bet you great php programmers have no idea what these two functions do:

compact

extract

You might be wondering why I am writing about these two obscure functions. Well, I would have used these for some translation functions if I ever knew they existed. did you?