我几乎没有什么职能使一切的获得和担任职务,但这种职能必须更加具体。
array(
1 => http://site/something/another/?get_something=1
2 => http://site/something/another2/?get_something=1
)
还有一个职能,即发挥先天和任人的作用,但这一职能将明确从这些阵列的价值观中的一切内容,这样我就留给我处理。
http://sitesomethinganotherget_something1
can someone please help to match EVERYTHING after get_something=
and clear it or replace it with get_something=1 , something like
$clear = preg_match( /^[A-Za-z0-9]+$/ , $array[1]);
preg_replace("/get_something=".$clear."/i","",$array[1]);