Ds\Pair::isEmpty

(Информация о версии неизвестна, возможно, только в SVN)

Ds\Pair::isEmptyReturns whether the pair is empty

Описание

public bool Ds\Pair::isEmpty ( void )

Returns whether the pair is empty.

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

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

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

Returns TRUE if the pair is empty, FALSE otherwise.

Примеры

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

<?php
$a 
= new \Ds\Pair("a"1);
$b = new \Ds\Pair();

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

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

bool(false)
bool(true)

Коментарии

404 Not Found

404 Not Found


nginx

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