How to php code shorter ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to php code shorter ?

<?php $a = array_map(function($o) { return $o * 2; }, [99, 1, 4, 8]); print_r($a); ?>

23rd May 2020, 11:35 AM
Chairat Nuansamniang
Chairat Nuansamniang - avatar
1 Antwort
0
pls
23rd May 2020, 11:35 AM
Chairat Nuansamniang
Chairat Nuansamniang - avatar