index.php 정적 분석

This commit is contained in:
2018-04-06 18:16:09 +09:00
parent a1a34c30b3
commit 95c8d7ec0f
4 changed files with 18 additions and 12 deletions
+1
View File
@@ -163,6 +163,7 @@ class StringUtil {
$size = strlen($str);
$count = ($maxsize - $size) / 2;
$string = '';
for($i=0; $i < $count; $i++) {
$string = $string.$ch;