티스토리 뷰
PHP str_replace 함수가 트릭을 수행 할 수 있습니다.
$file = str_replace("s200-c", "s0", $file);
출처
https://stackoverflow.com/questions/39940019
댓글
PHP str_replace 함수가 트릭을 수행 할 수 있습니다.
$file = str_replace("s200-c", "s0", $file);