Viewing File: /opt/alt/tests/alt-php84-pecl-xhprof-tideways_5.0.4-2.el8/tests/xhprof_008.inc

<?php

function double($x) {
    return $x * 2;
}

$doubles = array_map('double', range(1, 10));
Back to Directory File Manager
<