Created
February 13, 2016 02:14
-
-
Save colindecarlo/d3bd0ab53127bfeef176 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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