I was wondering if there was an easy way to put numbers into an $ints[] array.
For instance, I can do something like foreach it in $ints[5, 2, 9, 4, 22, 199]
//functions and such but I put those there by hand.
Is there a way to put values calculated from functions into an $ints[] array? Or is...