linux : chomod,chown パーミッション変更 2009年11月27日 過去Blog chmod • chown • linux • パーミッション chown USER_NAME /DIR_PATH/ chown USER_NAME -R /DIR_PATH/ -Rをつけることで指定ディレクトリ以下の全てのディレクトリ、ファイルの所有者を変更します。 physical therapy chicago
NSDate NSString の変換 2011年05月03日 過去Blog http://plaza.rakuten.co.jp/hiroymyan/diary/201004070001/ physical therapy chicago… この記事の続きを読む
Drupal6でクリーンURL 2011年04月25日 過去Blog .htaccessに以下を記述してルートに設置 # Various rewrite rules. <IfModule mod_rewrite.c> RewriteEngine on # Modify the RewriteBase if you are using Drupal in a subdirectory and # the rewrite rules are n… この記事の続きを読む
PHP 表示中のURLをサブドメインまで取得する 2010年08月06日 過去Blog $_SERVER['HTTP_HOST'] 参考サイト:http://ambiesoft.ddo.jp/blog/archives/580
[PHP]Cannot use object of type stdClass as array 2011年03月24日 過去Blog 根本的な解決ではないかもしれませんが、「Cannot use object of type stdClass as array」エラーが出る場合は、配列の扱い方を以下のように変更する事で解決しました。 $row["catID"] ↓ $row->catID
PHP 配列から空白要素を削除する 2010年02月20日 過去Blog 配列 $array_exampleの要素のなかで、空白のものを削除。 $array_example = array_filter($array_example, 'strlen');
この投稿へのコメント
コメントはまだありません。