Ds\Set::isEmpty

(PECL ds >= 1.0.0)

Ds\Set::isEmptyReturns whether the set is empty

Описание

public bool Ds\Set::isEmpty ( void )

Returns whether the set is empty.

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

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

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

Returns TRUE if the set is empty, FALSE otherwise.

Примеры

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

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

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

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

bool(false)
bool(true)

Коментарии

404 Not Found

404 Not Found


nginx

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