extract and autoloading object

Newbie Member
8Feb2009,23:43   #1
charu11's Avatar
Res Sir,

Explain the functionality of extract() and autoloading object in php.
Newbie Member
12Mar2009,05:59   #2
Prasanna Gopal's Avatar
Extract function takes the values from associative arrays and puts them into their own variables.

For example: Array("color=>'blue', type=>'sedan') when extracted becomes $color = 'blue' and $type = 'sedan'. Have a look at the look for more support.

au. php. net/extract