function transpose in Loft Data Grids 6.2
Same name and namespace in other branches
1 string reference to 'transpose'
- 39dropdown.php in vendor/
phpoffice/ phpexcel/ Examples/ 39dropdown.php
File
- vendor/
phpoffice/ phpexcel/ Examples/ 39dropdown.php, line 56
Code
function transpose($value) {
return array(
$value,
);
}