"The End (밴드)"의 두 판 사이의 차이

10번째 줄: 10번째 줄:
==같이 보기==
==같이 보기==
*[[tail]]
*[[tail]]
*[[array_pop]]


==참고 자료==
==참고 자료==
*http://eqcode.com/wiki/End
*http://eqcode.com/wiki/End

2014년 2월 17일 (월) 15:46 판


1 PHP

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

2 같이 보기

3 참고 자료

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