```php [$id1, $name1] = $data[0]; ``` ```php ["id" => $id1, "name" => $name1] = $data[0]; ``` Ref: http://php.net/manual/en/migration71.new-features.php
Ref: http://php.net/manual/en/migration71.new-features.php