C Type Handles

(PHP 7 >= 7.4.0)

¼ò½é

ÀàÕªÒª

FFI\CType {
}

User Contributed Notes

scorninpc at php dot net 03-Jan-2020 09:33
You can compare CTypes if you want to know if the type are correct

\FFI::typeof(\FFI::addr($a)) == \FFI::typeof(\FFI::new("void *"))

CType need some methods, like equal() or toString(), but .....