とても丁寧に解説してくれているサイトがあったので、メモしておきます。
http://chocobit.com/2007/03/19.php Atlanta insurance recovery…
ピックアップ記事
PHPで画像をランダム表示
2010年09月25日
過去Blog
PHP 要素Aが配列Bの中に存在するか調べる in_array
2010年06月11日
過去Blog
要素Aが配列Bの中に存在するか調べるには in_array を使う。
以下の例では、配列Bの中に要素Aが存在するので「Got elementA」が出力されます。
$arrayB = array("elementA", "NT", "Irix", "Linux");
if (in_array("elementA", $arrayB)) {
echo "Got elementA";
}
PCのバックアップ
2010年10月05日
過去Blog
PCのバックアップ箇所のメモ
デスクトップ
マイドキュメント
アウトルック(dbx,アカウント)
ffftp
hostsファイル
IE,fireFox ブックマーク
AVIファイルからSWF作成 MotionSWF
2010年10月07日
過去Blog
AVIからSWFファイルに変換する際に便利なソフト
MotionSWF
http://www.vector.co.jp/soft/dl/win95/art/se226046.html vps…
PHP 配列から空白要素を削除する
2010年02月20日
過去Blog
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, 'strlen');
graffiti on the web
この投稿へのコメント
コメントはまだありません。