2008-09-18から1日間の記事一覧

配列操作関数

PHP

PHPの配列操作、鬼だね。 連想配列万歳。 配列関数 http://php.benscom.com/manual/ja/ref.array.php array_merge : 配列をくっつける関数 http://php.benscom.com/manual/ja/function.array-merge.php array_slice : 配列を切り出す関数 http://php.benscom…

ファイル操作まわり

PHP

マニュアルがいちばんわかりやすかったりする。 fopen : 開く http://php.benscom.com/manual/ja/function.fopen.php fgets : 1行読み込む http://php.benscom.com/manual/ja/function.fgets.php fseek : ファイルポインタの移動 http://php.benscom.com/man…

エンコード指定

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> エンコードいろいろ シフトJIS -> Shift_JIS EUC-JP -> EUC JIS -> ISO-2022-JP</meta>

GoogleMap APIをローカルで使うためのKEY

ローカルとかで開発したい時に便利。 http://localhost/〜に対応。 http://192.168.1.0/〜とかには対応してないようです。 ABQIAAAAnfs7bKE82qgb3Zc2YyS-oBT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSySz_REpPq-4WZA27OwgbtyR3VcA ローカルサーバーで表示できるGoogle Ma…