Ds\Queue::isEmpty

(PECL ds >= 1.0.0)

Ds\Queue::isEmptyReturns whether the queue is empty

Описание

public bool Ds\Queue::isEmpty ( void )

Returns whether the queue is empty.

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

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

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

Returns TRUE if the queue is empty, FALSE otherwise.

Примеры

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

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

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

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

bool(false)
bool(true)

Коментарии

404 Not Found

404 Not Found


nginx

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