This website requires JavaScript.
Explore
Help
Sign in
flashii
/
misuzu
Watch
2
Star
0
Fork
You've already forked misuzu
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
53f75b8bca
misuzu
/
src
/
integer.php
5 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
Added small topic pagination to topic listing.
2019-01-04 02:40:18 +01:00
<
?
php
Code style updates.
2019-06-10 19:04:53 +02:00
function
clamp
(
$num
,
int
$min
,
int
$max
)
:
int
{
Added small topic pagination to topic listing.
2019-01-04 02:40:18 +01:00
return
max
(
$min
,
min
(
$max
,
intval
(
$num
)));
}
Reference in a new issue
Copy permalink