extract
extract
(PHP 4, PHP 5, PHP 7)
extract — Import variables into the current symbol table from an array
Description
int extract ( array &$array [, int $flags = EXTR_OVERWRITE [, string $prefix = NULL ]] )
Import variables from an array into the current symbol table.
Checks each key to see whether it has a valid variable name. It also checks for collisions with existing variables in the symbol table.
Parameters
-
array
-
An associat