Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
URL付きの文字列があります
$string = "http://www.yahoo.com/foo.php?bar=201";
私が欲しいのは、他に何もないクエリ文字列だけです。
明らかに、ユーザー query_string はできません。助けていただければ幸いです。
$parts = parse_url($string); echo $parts['query'];
http://php.net/manual/en/function.parse-url.php