Notice
Recent Posts
Recent Comments
목록count (2)
준호씨의 블로그
php 에서 array 의 길이를 구하려면 count 함수를 이용한다.python 에서 length 함수를 이용하는 것과 비슷하다. (참고: python - array length 구하기, array count)count(users);덤 - twigtwig 이라는 php template engine 에서는 좀 독특한 방식을 사용한다.{% users|length %}참고: https://twig.symfony.com/doc/2.x/filters/len..
개발이야기
2017.07.15 16:46