update : 2015.11.03
php.shukuma.com검색:
|
ArrayObject::count(PHP 5 >= 5.0.0) ArrayObject::count — Get the number of public properties in the ArrayObject 인수이 함수는 인수가 없습니다. 반환값The number of public properties in the ArrayObject.
예제
Example #1 ArrayObject::count() example
<?php 위 예제의 출력: int(1) int(3) |