Res Sir,
Explain the functionality of extract() and autoloading object in php.
|
Newbie Member
|
|
| 12Mar2009,05:59 | #2 |
|
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 |
