FFI::castPerforms a C type cast Description
public FFI\CDatanull FFI::cast(FFI\CTypestring
$type, FFI\CDataintfloatboolnull &$ptr)
FFI::cast creates a new FFI\CData
object, that references the same C data structure, but is associated with a different type.
The resulting object does not own the C data, and the source Parameters
Return ValuesReturns the freshly created FFI\CData object. Changelog
|