Results of 1 - 10 of about 14 for declaration (0.001 sec.)
- Creates an FFI\CType object from a C declaration 14844
- « FFI::string FFI::typeof » PHP Manual FFI Creates an FFI\CType object from a C declaration FFI:
...
) FFI::type — Creates an FFI\CType object from a C declaration 説明 public static FFI::type ( string $type ): ? F ...
pe object for the given string containing a C type declaration. If this method is called statically, it must only ...
the instance is allowed. パラメータ type A valid C declaration as string , or an instance of FFI\CType which has ...
or null on failure. 関連キーワード: CType , type , declaration , Creates , from , C , string , instance , called ...
-
https://man.plustar.jp/php/ffi.type.html
- [similar]
- Performs a C type cast 9505
- « FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PH
...
may be specified as a string with any valid C type declaration or as FFI\CType object, created before. If this me ...
the instance is allowed. パラメータ type A valid C declaration as string , or an instance of FFI\CType which has ...
-
https://man.plustar.jp/php/ffi.cast.html
- [similar]
- Basic FFI usage 8664
- « 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail
...
onst char *format, ...);" , // this is a regular C declaration "libc.so.6" ); // call C's printf() $ffi -> printf ...
FI :: cdef ( "int errno;" , // this is a regular C declaration "libc.so.6" ); // print C's errno var_dump ( $ffi ...
-
https://man.plustar.jp/php/ffi.examples-basic.html
- [similar]
- Dynamically constructs a new C array type 8489
- « FFI::alignof FFI::cast » PHP Manual FFI Dynamically constructs a new C array type FFI::arrayTy
...
"int" ), [ 2 , 3 ]); ?> パラメータ type A valid C declaration as string , or an instance of FFI\CType which has ...
-
https://man.plustar.jp/php/ffi.arraytype.html
- [similar]
- XMLReader クラス 8384
- « リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >=
...
T = 15 ; const int END_ENTITY = 16 ; const int XML_DECLARATION = 17 ; const int LOADDTD = 1 ; const int DEFAULTAT ...
Reader::END_ENTITY 終了エンティティ XMLReader::XML_DECLARATION XML 宣言ノード XMLReader パーサオプション XMLReade ...
-
https://man.plustar.jp/php/class.xmlreader.html
- [similar]
- Creates a C data structure 8297
- « FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, P
...
ance is allowed. パラメータ type type is a valid C declaration as string , or an instance of FFI\CType which has ...
-
https://man.plustar.jp/php/ffi.new.html
- [similar]
- XML エラーの対応 8297
- « 基本的な SimpleXML の使用法 SimpleXMLElement » PHP Manual 例 XML エラーの対応 XML エラーの対応
...
。 Failed loading XML Blank needed here parsing XML declaration: '?>' expected Opening and ending tag mismatch: xm ...
-
https://man.plustar.jp/php/simplexml.examples-errors.html
- [similar]
- Foreign Function Interface 8209
- « user_error はじめに » PHP Manual PHP の振る舞いの変更 Foreign Function Interface Foreign Funct
...
a FFI\CData is a null pointer FFI::load — Loads C declarations from a C header file FFI::memcmp — Compares memor ...
ure FFI::scope — Instantiates an FFI object with C declarations parsed during preloading FFI::sizeof — Gets the s ...
a FFI::type — Creates an FFI\CType object from a C declaration FFI::typeof — Gets the FFI\CType of FFI\CData FFI\ ...
-
https://man.plustar.jp/php/book.ffi.html
- [similar]
- 指定したドキュメントについて発生した Tidy エラーの数を返す 8209
- « tidy_config_count tidy_get_output » PHP Manual Tidy 関数 指定したドキュメントについて発生した
...
す。 1 line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 8 - Warning: discarding unexpected < ...
-
https://man.plustar.jp/php/function.tidy-error-count.html
- [similar]
- 指定したドキュメントのパースで発生した警告とエラーを返す 8209
- « tidy::diagnose tidy::getConfig » PHP Manual tidy 指定したドキュメントのパースで発生した警告とエ
...
ます。 line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting missing 'titl ...
-
https://man.plustar.jp/php/tidy.props.errorbuffer.html
- [similar]