## 컨텐츠 내용중 첫번째 IMG주소 뽑아내기

	function boardContent_ImgUrl( $content ){
		$tmp_content = substr( $content, strpos($content, "') );
		return $img_url;
	}


'프로그래밍 > php' 카테고리의 다른 글

PHP Simple HTML DOM Parser  (0) 2018.02.27
정규식 예제  (0) 2018.02.27
GD  (0) 2018.02.27
captcha  (0) 2018.02.27
날짜 or 시간  (0) 2018.02.27

+ Recent posts