SplObjectStorage::count()function是PHP中的内置函数, 用于计算存储中的对象数。
语法如下:
int SplObjectStorage::count()
参数:该函数不包含任何参数。
返回值:此函数返回存储中的对象数。
下面的程序说明了SplObjectStorage::count()PHP中的功能:
程序1:
<
?php// Declare Empty SplObjectStorage
$gfg = new SplObjectStorage();
$gfg1 = new StdClass;
$gfg2 = new StdClass;
$gfg3 = new StdClass;
// Add object to SplObjectStorage class
$gfg ->
attach( $gfg1 );
$gfg ->
attach( $gfg2 );
$gfg ->
attach( $gfg3 );
// Use count() function to count object
var_dump( $gfg ->
count ());
?>
输出如下:
int(3)
程式2:
<
?php// Declare Empty SplObjectStorage
$gfg = new SplObjectStorage();
$gfg1 = new StdClass;
$gfg2 = new StdClass;
$gfg3 = new StdClass;
// Add object to SplObjectStorage class
$gfg ->
attach( $gfg1 );
$gfg ->
attach( $gfg2 );
$gfg ->
attach( $gfg3 );
// Use count in different way
// Passing object as parameter
var_dump( count ( $gfg ));
?>
输出如下:
int(3)
【PHP如何使用SplObjectStorage count()函数(用法示例)】参考: https://www.php.net/manual/en/splobjectstorage.count.php
推荐阅读
- PHP如何使用ImagickDraw point()函数(用法示例)
- Veritas面试体验详细分享|S4(校园)
- PHP如何使用checkdate()函数(用法示例)
- 小白Ghost windows7系统32位旗舰版最新推荐
- 系统之家Ghost windows7 系统旗舰版32位制作详细说明
- 番茄花园Ghost windows7 专业版系统64位最新推荐
- win 7旗舰版密钥分享制作详细说明
- win7 activation激活工具图文详细教程图解
- windows7正版ghost系统官网制作详细说明