ホームページ  >  記事  >  バックエンド開発  >  phpコードスニペット

phpコードスニペット

WBOY
WBOYオリジナル
2016-06-23 14:32:372837ブラウズ

PHP WebサイトSplicing => $term)

$these = array_diff_assoc($params, array($key => $term));

printf("%sn", http_build_query($these), $term);

出力例:

a

b

c
;

参考 http://stackoverflow.com/questions/8609163/php-retrieve-keys-from-query-string-for-each-key-create-url-removing-that-key

2.php現在の URL を取得します

$url_this = "http://".$_SERVER ['HTTP_HOST'].$_SERVER['PHP_SELF'];

3.strtotime("-1 週間"), strtotime(" - n days"); 現在の日付から n 日、n 週間、および n か月前のタイムスタンプを簡単に取得できます

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。