![]() |
extract and autoloading object
Res Sir,
Explain the functionality of extract() and autoloading object in php. |
Re: extract and autoloading object
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 |
| All times are GMT +5.5. The time now is 03:49. |