mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
5 lines
79 B
PHP
5 lines
79 B
PHP
<?php
|
|
function smarty_modifier_roundup($float)
|
|
{
|
|
return ceil((float)$float);
|
|
} |