filmov
tv
extract php function
Показать описание
extract — Import variables into the current symbol table from an array
Description
extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int
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.
Description
extract(array &$array, int $flags = EXTR_OVERWRITE, string $prefix = ""): int
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.