Results of 1 - 10 of about 23 for struct (0.003 sec.)
- Creates an empty training data struct 12249
- « fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty tra
...
ining data struct fann_create_train (PECL fann >= 1.0.0) fann_create ...
_train — Creates an empty training data struct 説明 fann_create_train ( int $num_data , int $num_ ...
_output ): resource Creates an empty training data struct. パラメータ num_data The number of training data n ...
aset for a period of time fann_destroy_train() - Destructs the training data fann_save_train() - Save the tr ...
-
https://man.plustar.jp/php/function.fann-create-train.html
- [similar]
- SOAP 型の一覧を返す 11780
- « SoapClient::__getLastResponseHeaders SoapClient::__setCookie » PHP Manual SoapClient SOAP 型の
...
"ProductLine ProductLineArray[]" [1]=> string(85) "struct ProductLine { string Mode; string RelevanceRank; P ...
roductInfo ProductInfo; }" [2]=> string(105) "struct ProductInfo { string TotalResults; string TotalPag ...
rtSummary ShortSummaryArray[]" [86]=> string(121) "struct GetTransactionDetailsRequest { string tag; string ...
ray OrderIds; string locale; }" [87]=> string(75) "struct GetTransactionDetailsResponse { ShortSummaryArray ...
-
https://man.plustar.jp/php/soapclient.gettypes.html
- [similar]
- Basic FFI usage 11595
- « 例 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 gettimeofda ...
gned int time_t; typedef unsigned int suseconds_t; struct timeval { time_t tv_sec; suseconds_t tv_usec; }; s ...
z_minuteswest; int tz_dsttime; }; int gettimeofday(struct timeval *tv, struct timezone *tz); " , "libc.so.6" ...
); // create C data structures $tv = $ffi -> new ( "struct timeval" ); $tz = ...
-
https://man.plustar.jp/php/ffi.examples-basic.html
- [similar]
- 配列構造体に XML データを処理する 10473
- « xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm
...
l_parse_into_struct (PHP 4, PHP 5, PHP 7, PHP 8) xml_parse_into_struct ...
列構造体に XML データを処理する 説明 xml_parse_into_struct ( XMLParser $parser , string $data , array &$value ...
値の場所をさすポインタの配列。 戻り値 xml_parse_into_struct() は失敗した場合に 0、 成功した場合に 1 を返します ...
、生成された構造体を出力します。 例1 xml_parse_into_struct() の例 <?php $simple = "<para><note>simple note</n ...
-
https://man.plustar.jp/php/function.xml-parse-into-struct.html
- [similar]
- Creates the training data struct from a user supplied function 10104
- « fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct
...
te_train_from_callback — Creates the training data struct from a user supplied function 説明 fann_create_tra ...
ser_function ): resource Creates the training data struct from a user supplied function. As the training dat ...
aset for a period of time fann_destroy_train() - Destructs the training data fann_save_train() - Save the tr ...
aining structure to a file 関連キーワード: fann , num , function ...
-
https://man.plustar.jp/php/function.fann-create-train-from-callback.html
- [similar]
- wddx の例 9249
- « 例 WDDX 関数 » PHP Manual 例 wddx の例 wddx の例 変数をシリアル化する全ての関数は配列の最初要素
...
Packet version='1.0'><header comment='PHP'/><data><struct> <var name='pi'><number>3.1415926</number></var><v ...
o</string> <string>Seattle</string></array></var></struct></data></wddxPacket> 注意 : 文字列は UTF-8 でエンコ ...
シリアル , wddxPacket , WDDX , var , 配列 , array , struct , comment ...
-
https://man.plustar.jp/php/wddx.examples-serialize.html
- [similar]
- MySQL Native Driverプラグイン のアーキテクチャ 8881
- « mysqlnd plugin APIを取得する mysqlnd のプラグインAPI » PHP Manual MySQL Native Driver プラグイ
...
しています。 C言語では、オブジェクトを表現するために struct (構造体) を使います。struct のメンバがオブジェクト ...
のプロパティを表現します。関数を指している struct のメンバがメソッドを表現します。 C++ や Java のよう ...
ます: /* a place to store original function table */ struct st_mysqlnd_conn_methods org_methods; void minit_re ...
ster_hooks(TSRMLS_D) { /* active function table */ struct st_mysqlnd_conn_methods * current_methods = mysqln ...
-
https://man.plustar.jp/php/mysqlnd.plugin.architecture.html
- [similar]
- SoapVar コンストラクタ 8512
- « SoapVar Yar » PHP Manual SoapVar SoapVar コンストラクタ SoapVar::__construct (PHP 5, PHP 7, PH
...
P 8) SoapVar::__construct — SoapVar コンストラクタ 説明 public SoapVar::__co ...
nstruct ( mixed $data , ? int $encoding , ? string $typeNa ...
e は、nullable になりました。 例 例1 SoapVar::__construct() の例 <?php class SOAPStruct { function SOAPStruc ...
lhost/soap.php" , 'uri' => "http://test-uri/" )); $struct = new SOAPStruct ( 'arg' , 34 , 325.325 ); $soapst ...
-
https://man.plustar.jp/php/soapvar.construct.html
- [similar]
- 変数を WDDX パケットにシリアライズする 8411
- « wddx_serialize_value XMLDiff » PHP Manual WDDX 関数 変数を WDDX パケットにシリアライズする wdd
...
なります。 <wddxPacket version='1.0'><header/><data><struct><var name='a'><number>1</number></var> <var name=' ...
/var> <var name='d'><string>colors</string></var></struct></data></wddxPacket> 関連キーワード: var , 変数 , ...
-
https://man.plustar.jp/php/function.wddx-serialize-vars.html
- [similar]
- C Data Handles 7574
- « FFI::typeof FFI\CType » PHP Manual FFI C Data Handles C Data Handles (PHP 7 >= 7.4.0, PHP 8) は
...
erty, e.g. $x = FFI::new('int'); $x->cdata = 42; C struct and union fields can be accessed as regular PHP ob ...
isset() , empty() and unset() , and that wrapped C structs and unions do not implement Traversable . クラス概 ...
-
https://man.plustar.jp/php/class.ffi-cdata.html
- [similar]