"딕셔너리 리스트"의 두 판 사이의 차이

13번째 줄: 13번째 줄:


==같이 보기==
==같이 보기==
* [[함수 transpose()]]
* [[2D array]]
* [[2D array]]
* [[dictionary]]
* [[dictionary]]
* [[list]]
* [[list]]

2018년 3월 4일 (일) 17:36 판

dictionary list
list of dictionaries

1 PHP

$members = [
  ['id'=>102, 'name'=>'Ashley Allen', 'Address'=>'Seoul'],
  ['id'=>202 , 'name'=>'Peter Parker', 'Address'=>"New York"],
  ['id'=>104 , 'name'=>'John Smith', 'Address'=>"Tokyo"],
];

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}