Skip to content

Instantly share code, notes, and snippets.

@sugarHoge
Created September 19, 2013 12:08
Show Gist options
  • Save sugarHoge/6622481 to your computer and use it in GitHub Desktop.
Save sugarHoge/6622481 to your computer and use it in GitHub Desktop.
defineの配列
// 配列で定義
define('HOGE', serialize(array('index1', 'index2', 'index3')));
// 配列で取得
$piyo= unserialize(HOGE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment