Home >Backend Development >PHP Tutorial >数组 - php 自定义函数 将 545562587450 变成 545,562,587,450

数组 - php 自定义函数 将 545562587450 变成 545,562,587,450

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-06 20:37:321148browse

php 自定义函数 将 545562587450 变成 545,562,587,450

回复内容:

php 自定义函数 将 545562587450 变成 545,562,587,450

<code>php</code><code>echo implode(',', str_split('545562587450',3));
</code>

echo number_format("545562587450");

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