UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

8 lines (7 loc) 196 B
function getrandmax() { // discuss at: http://phpjs.org/functions/getrandmax/ // original by: Onno Marsman // example 1: getrandmax(); // returns 1: 2147483647 return 2147483647; }