Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php destructure associative array

$options = ['enabled' => true, 'compression' => 'gzip'];
['enabled' => $enabled, 'compression' => $compression] = $options;
Source by blog.frankdejonge.nl #
 
PREVIOUS NEXT
Tagged: #php #destructure #associative #array
ADD COMMENT
Topic
Name
8+2 =