function extract_urls($text) { preg_match_all("/(\b(?:(?:https?|ftp):))?\/\/[-a-z0-9+&@#\/%?=~_|!:,.;\(\)]*[-a-z0-9+&@#\/%=~_|]/i", $text, $matches); return $matches[0]; }
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT