FFI::isNull

Checks whether a FFI\CData is a null pointer

説明

public static bool FFI::isNull(FFI\CData &$ptr)

Checks whether a FFI\CData is a null pointer.

パラメータ

ptr

The handle of the pointer to a C data structure.

戻り値

Returns whether a FFI\CData is a null pointer.