cutStringForWidth, subStringForWidth 재 구현

This commit is contained in:
2018-04-07 16:57:21 +09:00
parent f5494a69a2
commit 85e6faf92c
6 changed files with 69 additions and 165 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ for($j=0; $j < $gencount; $j++) {
$turn = getTurn($general, 1, 0);
for($i=0; $i < 5; $i++) {
$turn[$i] = StringUtil::SubStrForWidth($turn[$i], 0, 20);
$turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 20);
$k = $i+1;
echo "
&nbsp;$k : $turn[$i] <br>";