| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| phpbcl-2.1.0.zip | 2026-01-16 | 686.3 kB | |
| 2.1.0 source code.tar.gz | 2026-01-16 | 665.2 kB | |
| 2.1.0 source code.zip | 2026-01-16 | 700.9 kB | |
| README.md | 2026-01-16 | 387 Bytes | |
| Totals: 4 Items | 2.1 MB | 0 | |
2.1.0 [2026-01-16]
- Fix
composer.json - Fix
libin.json
PHP < 8.6
- Added function
clamp: Returns the value clamped between min and max (nearest bound if out of range). Throws ValueError on invalid args (NAN, min > max).
phpbcl Examples
- Added example file
86_clamp.php: Returns the value clamped between min and max (nearest bound if out of range).