Ds\Collection::isEmpty

(PECL ds >= 1.0.0)

Ds\Collection::isEmptyReturns whether the collection is empty

Описание

abstract public bool Ds\Collection::isEmpty ( void )

Returns whether the collection is empty.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Returns TRUE if the collection is empty, FALSE otherwise.

Примеры

Пример #1 Ds\Collection::isEmpty() example

<?php
$a 
= new \Ds\Vector([123]);
$b = new \Ds\Vector();

var_dump($a->isEmpty());
var_dump($b->isEmpty());
?>

Результатом выполнения данного примера будет что-то подобное:

bool(false)
bool(true)

Коментарии

404 Not Found

404 Not Found


nginx

    Поддержать сайт на родительском проекте КГБ