<?php $url = 'http://your-domain.com/post?id=1&title=hello-world'; if (parse_url($url, PHP_URL_QUERY)) { echo 'has query string'; } ...
確定! 回上一頁