FFI::addrCreates an unmanaged pointer to C data Description
public static FFI\CData FFI::addr(FFI\CData
&$ptr )
Creates an unmanaged pointer to the C data represented by the given
FFI\CData. The source Parameters
Return ValuesReturns the freshly created FFI\CData object. |