"함수 last()"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 함수 last() 문서를 다언어 last() 문서로 옮겼습니다)
(차이 없음)

2015년 7월 14일 (화) 14:43 판

  다른 뜻에 대해서는 리눅스 last 문서를 참조하십시오.
  다른 뜻에 대해서는 jQuery .last() 문서를 참조하십시오.
  다른 뜻에 대해서는 The End (밴드) 문서를 참조하십시오.
.last
end()

1 PHP

$fruits = array('apple', 'banana', 'cranberry');
echo end($fruits);
# cranberry

2 Ruby

arr = ['q', 'r', 's', 't']
puts arr.last 
# t

3 같이 보기

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