$example_array= array( "green", "red", "green", "blue", "red");
phpで上記のような配列から、重複要素を削除するには
$example_array = array_unique($example_array);
とすることで重複要素は削除されます。
…
サーバの時刻設定
1. 時刻確認
date
2. 時刻設定
date -s “2006/02/20 19:03”
linux上で、上記のコマンドを実行すれば、調整出来ます。
参照元:http://memorva.jp/memo/linux/date_ntp.php
graffiti on the web
この投稿へのコメント
コメントはまだありません。