Results of 1 - 10 of about 15 for ptr (0.062 sec.)
- Main interface to C code and data 11999
- « A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and
...
{ /* メソッド */ public static addr ( FFI\CData &$ptr ): FFI\CData public static alignof ( FFI\CData | F ...
FI\CType &$ptr ): int public static arrayType ( FFI\CType $type , ...
ng $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public cast ( FFI\CType | string $t ...
ype , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public static cdef ( string $code = ...
-
https://man.plustar.jp/php/class.ffi.html
- [similar]
- Creates a PHP string from a memory area 10588
- « FFI::sizeof FFI::type » PHP Manual FFI Creates a PHP string from a memory area FFI::string (PH
...
area 説明 public static FFI::string ( FFI\CData &$ptr , ? int $size = null ): string Creates a PHP strin ...
g from size bytes of the memory area pointed to by ptr . パラメータ ptr The start of the memory area from ...
bytes to copy to the string . If size is omitted, ptr must be a zero terminated array of C chars . 戻り値 ...
ード: string , from , memory , Creates , a , size , ptr , bytes , ted , must ...
-
https://man.plustar.jp/php/ffi.string.html
- [similar]
- Performs a C type cast 9909
- « FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PH
...
ng $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public FFI::cast ( FFI\CType | stri ...
ng $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData FFI::cast() creates a new FFI\CData ...
ing object does not own the C data, and the source ptr must survive the result. The C type may be specifi ...
tance of FFI\CType which has already been created. ptr The handle of the pointer to a C data structure. 戻 ...
-
https://man.plustar.jp/php/ffi.cast.html
- [similar]
- Fills a memory area 9909
- « FFI::memcpy FFI::new » PHP Manual FFI Fills a memory area FFI::memset (PHP 7 >= 7.4.0, PHP 8)
...
area 説明 public static FFI::memset ( FFI\CData &$ptr , int $value , int $size ): void Fills size bytes ...
of the memory area pointed to by ptr with the given byte value . パラメータ ptr The sta ...
ません。 関連キーワード: memory , Fills , a , size , ptr , fill , memset , int , bytes , public ...
-
https://man.plustar.jp/php/ffi.memset.html
- [similar]
- Gets the size of C data or types 9909
- « FFI::scope FFI::string » PHP Manual FFI Gets the size of C data or types FFI::sizeof (PHP 7 >=
...
ublic static FFI::sizeof ( FFI\CData | FFI\CType &$ptr ): int Returns the size of the given FFI\CData or ...
FFI\CType object. パラメータ ptr The handle of the C data or type. 戻り値 The size ...
of the memory area pointed at by ptr . 関連キーワード: size , data , types , the , of , ...
C , or , ptr , sizeof , CType ...
-
https://man.plustar.jp/php/ffi.sizeof.html
- [similar]
- Creates an unmanaged pointer to C data 9840
- « FFI FFI::alignof » PHP Manual FFI Creates an unmanaged pointer to C data FFI::addr (PHP 7 >= 7
...
C data 説明 public static FFI::addr ( FFI\CData &$ptr ): FFI\CData Creates an unmanaged pointer to the C ...
ta represented by the given FFI\CData . The source ptr must survive the resulting pointer. This function ...
ss arguments to C functions by pointer. パラメータ ptr The handle of the pointer to a C data structure. 戻 ...
ド: data , Creates , unmanaged , C , CData , addr , ptr , useful , freshly , Returns ...
-
https://man.plustar.jp/php/ffi.addr.html
- [similar]
- Gets the alignment 8864
- « FFI::addr FFI::arrayType » PHP Manual FFI Gets the alignment FFI::alignof (PHP 7 >= 7.4.0, PHP
...
blic static FFI::alignof ( FFI\CData | FFI\CType &$ptr ): int Gets the alignment of the given FFI\CData o ...
r FFI\CType object. パラメータ ptr The handle of the C data or type. 戻り値 Returns t ...
ワード: alignment , the , CData , CType , alignof , ptr , given , public , static , arrayType ...
-
https://man.plustar.jp/php/ffi.alignof.html
- [similar]
- Releases an unmanaged data structure 8864
- « FFI::cdef FFI::isNull » PHP Manual FFI Releases an unmanaged data structure FFI::free (PHP 7 >
...
ructure 説明 public static FFI::free ( FFI\CData &$ptr ): void Manually releases a previously created unm ...
anaged data structure. パラメータ ptr The handle of the unmanaged pointer to a C data st ...
: data , structure , unmanaged , Releases , free , ptr , パラメータ , ted , previously , releases ...
-
https://man.plustar.jp/php/ffi.free.html
- [similar]
- Checks whether a FFI\CData is a null pointer 8795
- « FFI::free FFI::load » PHP Manual FFI Checks whether a FFI\CData is a null pointer FFI::isNull
...
inter 説明 public static FFI::isNull ( FFI\CData &$ptr ): bool Checks whether a FFI\CData is a null point ...
er. パラメータ ptr The handle of the pointer to a C data structure. 戻 ...
キーワード: CData , whether , Checks , a , isNull , ptr , free , load , public , static ...
-
https://man.plustar.jp/php/ffi.isnull.html
- [similar]
- Gets the FFI\CType of FFI\CData 8725
- « FFI::type FFI\CData » PHP Manual FFI Gets the FFI\CType of FFI\CData FFI::typeof (PHP 7 >= 7.4
...
CData 説明 public static FFI::typeof ( FFI\CData &$ptr ): FFI\CType Gets the FFI\CType object representin ...
the type of the given FFI\CData object. パラメータ ptr The handle of the pointer to a C data structure. 戻 ...
ーワード: CData , CType , the , of , type , typeof , ptr , representing , given , public ...
-
https://man.plustar.jp/php/ffi.typeof.html
- [similar]