$example_array= array( "green", "red", "green", "blue", "red");
phpで上記のような配列から、重複要素を削除するには
$example_array = array_unique($example_array);
とすることで重複要素は削除されます。
…
ピックアップ記事
php 配列の要素から重複を削除し、添え字を再配布する
2009年12月07日
過去Blog
WHOIS pending delete から 取得可能になるまで
2010年03月24日
過去Blog
中古ドメインを探す際、whois の pending delete 表示から取得可能になるまでの期間は5日間?
…
ドット・ストライプなど背景画像作成
2011年01月26日
過去Blog
ドット背景
http://www.pixelknete.de/dotter/index.php
ストライプ背景
http://www.stripegenerator.com/
その他(タータン柄)
http://www.tartanmaker.com/ atlanta plastic surgery when to take omega 3…
iPhone UILabel 高さをテキストの量で決める
2011年04月30日
過去Blog
http://www.hirano-dept.com/blog/2011/01/iphone-uilabel.html
NSString *str = @"sample string";
CGSize size = [str
sizeWithFont:[UIFont boldSystemFontOfSize:13]
constrainedToSize:CGSizeMake(5…
mac で windows キーボードのhome、 end
2010年10月14日
過去Blog
windowsでは細かいところでキーボードのhomeボタン、endボタンを使うことが多かったのですが、Macでは、どうすればいいのか。。。
cmd + 矢印キーで実現できました。
cmd+shift+矢印で選択できます。
参考サイト
http://firstmac.blogspot.com/2007/06/home.html
graffiti on the web
この投稿へのコメント
コメントはまだありません。