Skip to content

Instantly share code, notes, and snippets.

@colindecarlo
Created February 13, 2016 02:14
Show Gist options
  • Save colindecarlo/d3bd0ab53127bfeef176 to your computer and use it in GitHub Desktop.
Save colindecarlo/d3bd0ab53127bfeef176 to your computer and use it in GitHub Desktop.
<?php
$this->reduce(function ($transposed, $_) {
return $transposed->push($this->pluck($transposed->count()));
}, new static)->filter();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment