딕셔너리 리스트

Jmnote (토론 | 기여)님의 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 }}