WeakMap::valid

(PECL weakref >= 0.2.0)

WeakMap::validReturns whether the iterator is still on a valid map element

Опис

public bool WeakMap::valid ( void )

Returns whether the iterator is still on a valid map element.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

Returns TRUE if the iterator is on a valid element that can be accessed, FALSE otherwise.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top