View Single Post
  #10  
Old 10-26-2011, 10:54 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by fowlplay4 View Post
int(value) - Converts the value to an integer (rounded). I.e: int(2.5) - returns 2
random(a, b) - Returns a random value between a and b. It'll never equal b though.
array[i] - The element in the array.

It basically generates a valid random index in the array.

PHP Code:
temp.ind int(random(0this.array.size()));
temp.result this.array[temp.ind]; 
Ah ok. Thank you
__________________
Reply With Quote