You are currently browsing the デビラボ weblog archives for the day 水曜日, 11月 12th, 2008.
水曜日, 11月 12th, 2008 Posted in PHP | No Comments »
PHP ini_set関数 include_pathをセット ini_set("include_path", "./pear". PATH_SEPARATOR . ini_get("include_path") ); ※左側にセットしたライブラリが優先 Read more..