Ds\Stack::isEmpty

(PECL ds >= 1.0.0)

Ds\Stack::isEmptyReturns whether the stack is empty

Описание

public bool Ds\Stack::isEmpty ( void )

Returns whether the stack is empty.

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

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

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

Returns TRUE if the stack is empty, FALSE otherwise.

Примеры

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

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

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

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

bool(false)
bool(true)

Коментарии

404 Not Found

404 Not Found


nginx

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