Home  >  Article  >  Backend Development  >  Why does smarty string rounding have no effect {$card.ori|string_format:"%d"}

Why does smarty string rounding have no effect {$card.ori|string_format:"%d"}

WBOY
WBOYOriginal
2016-12-01 00:57:111160browse

Why does smarty string rounding have no effect

Why does smarty string rounding have no effect {$card.ori|string_format:

Reply content:

Why does smarty string rounding have no effect

Why does smarty string rounding have no effect {$card.ori|string_format:

You can use PHP functions in smarty 3

<code><{$value|round}>
<{$value|ceil}></code>

smarty2 When using php functions, you may need to add @

<code><{$value|@ceil}></code>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn