スポンサーリンク

PHPで、3桁のカンマ区切りにする方法はnumber_format関数を使用するだけです。

サンプル

<?php
$intval = 1000;
echo number_format($intval);
?>

サンプル実行結果

1,000
スポンサーリンク
レンタルサーバー
おすすめの記事