【发布时间】:2013-06-15 18:25:24
【问题描述】:
我的代码如下所示
preg_match_all("/url=http.+?signature.+?\\/", $videosource , $videos);
输出给出:
Warning: preg_match() [function.preg-match]: No ending delimiter '/' found in /...
【问题讨论】:
标签: php preg-match warnings delimiter