array_fill

PHP 2015. 11. 19. 15:28

해당 배열의 값을  원하는 문자로 치환 가능하다  


array_fill(0, count($aKeys), '?');

'PHP' 카테고리의 다른 글

date code in php displaying 01/01/1970  (0) 2015.12.01
다중체크박스 값 배열로 보낼때  (0) 2015.11.20
array_keys  (0) 2015.11.19
php html 태그 없애기  (0) 2015.10.19
null 로 변수 선언 한뒤 int 값을 넣는 경우  (0) 2015.10.16
Posted by 이상욱1
,