|
private const NID_LIMIT = 1000000; |
|
$stream->setNid($stream->getPublishedTime() * self::NID_LIMIT + rand(1, self::NID_LIMIT)); |
The largest integer supported in this build of PHP. Usually int(2147483647) in 32 bit systems and int(9223372036854775807) in 64 bit systems.
social/lib/Db/StreamRequest.php
Line 59 in 617f525
social/lib/Db/StreamRequest.php
Line 930 in 617f525
The largest integer supported in this build of PHP. Usually int(2147483647) in 32 bit systems and int(9223372036854775807) in 64 bit systems.