The End (밴드)

Jmnote (토론 | 기여)님의 2014년 2월 17일 (월) 15:45 판 (새 문서: category: Array ==PHP== category: PHP <source lang='php'> $arr = array('hello', 'my', 'friend'); echo end($arr); // friend </source>)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)


PHP

$arr = array('hello', 'my', 'friend');
echo end($arr); // friend
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}