Skip to content

Instantly share code, notes, and snippets.

@cognitom
Created March 23, 2012 11:12
Show Gist options
  • Select an option

  • Save cognitom/2169659 to your computer and use it in GitHub Desktop.

Select an option

Save cognitom/2169659 to your computer and use it in GitHub Desktop.
多元配列の一部を合計する
$sum = array_reduce($vals, create_function('$ret,$val','return $ret + $val[0];'), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment