Results of 1 - 10 of about 72 for structure (0.001 sec.)
- Releases an unmanaged data structure 13594
- « FFI::cdef FFI::isNull » PHP Manual FFI Releases an unmanaged data structure FFI::free (PHP 7 >
...
4.0, PHP 8) FFI::free — Releases an unmanaged data structure 説明 public static FFI::free ( FFI\CData &$ptr ): ...
ually releases a previously created unmanaged data structure. パラメータ ptr The handle of the unmanaged pointe ...
r to a C data structure. 戻り値 値を返しません。 関連キーワード: data , st ...
-
https://man.plustar.jp/php/ffi.free.html
- [similar]
- Creates a C data structure 11562
- « FFI::memset FFI::scope » PHP Manual FFI Creates a C data structure FFI::new (PHP 7 >= 7.4.0, P
...
HP 8) FFI::new — Creates a C data structure 説明 public static FFI::new ( FFI\CType | string $ ...
stent = false ): ? FFI\CData Creates a native data structure of the given C type. If this method is called stat ...
needed. persistent Whether to allocate the C data structure permanently on the system heap (using malloc() ), ...
object, or null on failure. 関連キーワード: data , structure , type , C , new , CData , owned , instance , pers ...
-
https://man.plustar.jp/php/ffi.new.html
- [similar]
- Creates a copy of a fann structure 11393
- « fann_clear_scaling_params fann_create_from_file » PHP Manual Fann 関数 Creates a copy of a fan
...
n structure fann_copy (PECL fann >= 1.0.0) fann_copy — Creates ...
a copy of a fann structure 説明 fann_copy ( resource $ann ): resource Creates ...
a copy of a fann structure. パラメータ ann ニューラルネットワークリソース。 戻 ...
t of desired outputs 関連キーワード: fann , copy , structure , of , Creates , resource , 注意 , 関数 , create , ...
-
https://man.plustar.jp/php/function.fann-copy.html
- [similar]
- Save the training structure to a file 10118
- « fann_run fann_save » PHP Manual Fann 関数 Save the training structure to a file fann_save_trai
...
fann >= 1.0.0) fann_save_train — Save the training structure to a file 説明 fann_save_train ( resource $data , ...
training data 関連キーワード: file , Save , fann , structure , the , save , data , read , from , トレーニング ...
-
https://man.plustar.jp/php/function.fann-save-train.html
- [similar]
- 指定したメッセージ内の MIME セクション名の配列を返す 10118
- « mailparse_msg_get_part mailparse_msg_parse_file » PHP Manual Mailparse 関数 指定したメッセージ
...
内の MIME セクション名の配列を返す mailparse_msg_get_structure (PECL mailparse >= 0.9.0) mailparse_msg_get_struct ...
ME セクション名の配列を返す 説明 mailparse_msg_get_structure ( resource $mimemail ): array 警告 この関数は、 現 ...
セクション , メッセージ , 配列 , mailparse , 指定 , structure , 関数 , mimemail , file , Mailparse ...
-
https://man.plustar.jp/php/function.mailparse-msg-get-structure.html
- [similar]
- Execution 8843
- « parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution
...
ects Notes Internal objects generally use a custom structure which cannot be copied by value safely, PHP curren ...
tion) and so only objects that do not use a custom structure may be shared. Some internal objects do not use a ...
custom structure, for example parallel\Events\Event and so may be s ...
ss that extends an internal class may use a custom structure as defined by the internal class, in which case th ...
-
https://man.plustar.jp/php/parallel-runtime.run.html
- [similar]
- Execution 8675
- « parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0)
...
ects Notes Internal objects generally use a custom structure which cannot be copied by value safely, PHP curren ...
tion) and so only objects that do not use a custom structure may be shared. Some internal objects do not use a ...
custom structure, for example parallel\Events\Event and so may be s ...
ss that extends an internal class may use a custom structure as defined by the internal class, in which case th ...
-
https://man.plustar.jp/php/parallel.run.html
- [similar]
- Sets the group format, result structure (group.format parameter) 8422
- « SolrQuery::setGroupFacet SolrQuery::setGroupLimit » PHP Manual SolrQuery Sets the group format
...
, result structure (group.format parameter) SolrQuery::setGroupFormat ...
ry::setGroupFormat — Sets the group format, result structure (group.format parameter) 説明 public SolrQuery::se ...
-
https://man.plustar.jp/php/solrquery.setgroupformat.html
- [similar]
- Basic FFI usage 8170
- « 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the detail
...
__vectorcall . 例2 Calling a function, returning a structure through an argument <?php // create gettimeofday() ...
timezone *tz); " , "libc.so.6" ); // create C data structures $tv = $ffi -> new ( "struct timeval" ); $tz = $ff ...
, FFI :: addr ( $tz ))); // access field of C data structure var_dump ( $tv -> tv_sec ); // print the whole C d ...
ata structure var_dump ( $tz ); ?> 上の例の出力は、 たとえば以下 ...
-
https://man.plustar.jp/php/ffi.examples-basic.html
- [similar]
- リソース型 8170
- « 実行時設定 定義済み定数 » PHP Manual インストール/設定 リソース型 リソース型 Mailparse は、 リ
...
ソース型 mailparse_mail_structure を定義しています。 これは、 mailparse_msg_create() ...
, 実行 , 定数 , インストール , Mailparse , mail , structure ...
-
https://man.plustar.jp/php/mailparse.resources.html
- [similar]