extract

 int extract ( array &$var_array [, int $extract_type = EXTR_OVERWRITE [, string $prefix ]] ) 

説明

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.

戻り値

Returns the number of variables successfully imported into the symbol table.