install2 수정.

func_string 기본값 추가
This commit is contained in:
2018-01-14 04:15:37 +09:00
parent ceb8132f34
commit c691c0eecb
5 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ class _String {
$size = strlen($str);
$count = ($maxsize - $size);
$string = '';
for($i=0; $i < $count; $i++) {
$string = $string.$ch;
}