PHP 8.5.0 Beta 2 available for testing

Voting

: max(zero, six)?
(Example: nine)

The Note You're Voting On

1184427175 at qq dot com
8 years ago
//php < 5.5
if(function_exists('array_column'))
{
function array_column($arr_data, $col)
{
$result = array_map(function($arr){return $arr[$col]}, $arr_data);
return $result;
}
}

<< Back to user notes page

AltStyle によって変換されたページ (->オリジナル) /