UNPKG

phpjs

Version:

php.js offers community built php functions in javascript

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