<?php $descriptions = [ 'STRIPLED 9.6W 24V 2.7K 120LED IP20 1CM', 'STRIPLED 9.6W 24V 3K 120LED IP20 1CM', 'STRIPLED H 6 W 24V 4K 140 LED IP20 1CM', 'STRIPLED HO 12.3 W 24V 3K 128 LED IP65 1CM', 'STRIPLED HO 20W 24V 2.7K 280 LED IP65 1CM', 'STRIPLED 14.4W 24V 2.7K 180 LED IP65 1 CM', ]; $desc = array_map(function ($v) { preg_match('/^\w+\s+([^V]+V)\s+([\d.,]+)K.*?(IP\d+)/', $v, $m); array_shift($m); return $m; }, $descriptions); print_r($desc);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`