#「メタデータが切り拓く音楽の未来」参加メモ
- ビーマップ5F会議室
- 2015-02-26 18:30-21:10
- 主催: NPO法人 日本メタデータ協議会
- http://kokucheese.com/event/index/260223/
- e-onkyo music
- 2005/08 オープン
- スーパーオーディオ専用の配信サイト
#「メタデータが切り拓く音楽の未来」参加メモ
| <!SGML "ISO 8879:1986" | |
| -- This character set declaration is suitable for use with the ujis or | |
| sjis coding systems. It's probably rather easier to lie a bit. -- | |
| CHARSET | |
| BASESET | |
| "ISO Registration Number 1//CHARSET C0 set of ISO 646//ESC 2/1 4/0" | |
| DESCSET 0 9 UNUSED | |
| 9 2 9 |
LINE DEVELOPER DAY_2015
11:00 - 11:23
A-3
世界中で使われているがバイナリはひとつ。運用サーバも1式
2011年末くらいから東南アジアを中心に海外ユーザが増えてきた
品質の問題が顕在化
| <?php | |
| // $Id$ | |
| if (!function_exists('array_val')) { | |
| function array_val(&$data, $key, $default = null) { | |
| if (!is_array($data)) { | |
| return $default; | |
| } | |
| return isset($data[$key])? $data[$key]: $default; | |
| } |