Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
FFI::addr
FFI::addr
Create an unmanaged pointer to C data
Name:
FFI::addr
Category:
External function interface
Programming Language:
php
One-line Description:
Create an unmanaged pointer to C data
Related
Use array_count_values() to process string arrays
6
array_diff_assoc() and array_merge() jointly handle array changes
7
socket_accept() + socket_write(): Send a response to the client
2
Tips to avoid outputting anything before using header()
3
Similar Functions
FFI::free
FFI::free
Releaseunmanageddata
FFI::memcpy
FFI::memcpy
Copyonememoryareatoa
FFI::cdef
FFI::cdef
CreateanewFFIobject
FFI::addr
FFI::addr
Createanunmanagedpoi
FFI::memset
FFI::memset
Fillthememoryarea
FFI::cast
FFI::cast
PerformCtypeconversi
FFI::typeof
FFI::typeof
GetFFI\CTypeofFFI\CD
FFI::sizeof
FFI::sizeof
GetthesizeofCdataort
Popular Articles