php常用函数

1.字符串分割成数组

输出:
Array
(
[0] => Hello
[1] => world.
[2] => It’s
[3] => a
[4] => beautiful
[5] => day.
)
2.小数点精确到后面3位
四舍无入的:
number_format(numble,位数);

发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>