conv_content 함수에서요... 정보
conv_content 함수에서요...본문
$content = preg_replace_callback("#<([^>]+)#", create_function('$m', 'return "<".str_replace("<", "<", $m[1]);'), $content);
이런 부분이 있던데
create_function('$m', ....
위 함수에서 작은 따옴표가 맞는 건가요?
이런 부분이 있던데
create_function('$m', ....
위 함수에서 작은 따옴표가 맞는 건가요?
댓글 전체