From 9a1d23f8b9b337253e2729105e4ad95f6c5af492 Mon Sep 17 00:00:00 2001 From: revofpla Date: Wed, 17 Jan 2018 13:05:30 +0900 Subject: [PATCH] =?UTF-8?q?[php5=5Fdebug]=20String=20=ED=81=B4=EB=9E=98?= =?UTF-8?q?=EC=8A=A4=EC=97=90=EC=84=9C=20Fill2=ED=95=A8=EC=88=98=EC=97=90?= =?UTF-8?q?=EC=84=9C=20$String=EB=B3=80=EC=88=98=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=ED=99=94=EA=B0=80=20=EC=97=86=EC=96=B4=20=EC=97=90=EB=9F=AC?= =?UTF-8?q?=EA=B0=80=20=EB=B0=9C=EC=83=9D.=20=EA=B2=BD=EC=9A=B0=EC=97=90?= =?UTF-8?q?=20=EB=94=B0=EB=9D=BC=20=EB=8D=94=EB=AF=B8=EA=B0=92=EC=9D=B4=20?= =?UTF-8?q?=EB=93=A4=EC=96=B4=EA=B0=88=20=EC=97=AC=EC=A7=80=EA=B0=80=20?= =?UTF-8?q?=EC=9E=88=EC=96=B4=20for=EB=AC=B8=20=EC=95=9E=EC=97=90=EC=84=9C?= =?UTF-8?q?=20=EC=B4=88=EA=B8=B0=ED=99=94=EB=A5=BC=201=ED=9A=8C=20?= =?UTF-8?q?=EC=88=98=ED=96=89.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_func/class._String.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_func/class._String.php b/f_func/class._String.php index 5ab0cbb6..be0865eb 100644 --- a/f_func/class._String.php +++ b/f_func/class._String.php @@ -173,7 +173,7 @@ class _String { $size = strlen($str); $count = ($maxsize - $size); - + $string = ''; for($i=0; $i < $count; $i++) { $string = $string.$ch; }