システム・プログラム関連のメモや最新技術についてのメモを掲載

ini_set() - PHP関数メモ

PHP ini_set関数 include_pathをセット

ini_set(”include_path”, “./pear”. PATH_SEPARATOR . ini_get(”include_path”) );

※左側にセットしたライブラリが優先


You can follow any responses to this entry through the RSS 2.0 feed. Responses are currently closed, but you can trackback from your own site.

Comments are closed.