検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 1237 for Data (0.121 sec.)
Trains on an entire dataset for a period of time 3464
« fann_train_epoch fann_train_on_file » PHP Manual Fann 関数 Trains on an entire dataset for a p ... eriod of time fann_train_on_data (PECL fann >= 1.0.0) fann_train_on_data — Trains o ... n an entire dataset for a period of time 説明 fann_train_on_data ( ... resource $ann , resource $data , int $max_epochs , int $epochs_between_reports , ... float $desired_error ): bool Trains on an entire dataset for a period of time. This training uses the tr ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
内部的な結果ポインタを移動する 3464
« mysql_create_db mysql_db_name » PHP Manual MySQL 関数 内部的な結果ポインタを移動する mysql_data ... a_seek (PHP 4, PHP 5) mysql_data_seek — 内部的な結果ポインタを移動する 警告 この拡張 ... い。 この関数の代替として、これらが使えます。 mysqli_data_seek() PDO::FETCH_ORI_ABS 説明 mysql_data_seek ( r ... esource $result , int $row_number ): bool mysql_data_seek() は、指定した結果 ID (result_identifier)が ... 、0 へのシークは E_WARNING を発生して失敗し、 mysql_data_seek() は false を返します。 パラメータ result 評価 ...
https://man.plustar.jp/php/function.mysql-data-seek.html - [similar]
Main interface to C code and data 3447
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... data Main interface to C code and data (PHP 7 >= 7.4.0, PHP 8) はじめに Objects of this c ... ance. Declared C types can be used to create new C data structures using FFI::new() and FFI::type() . FFI ... ass FFI { /* メソッド */ public static addr ( FFI\CData &$ptr ): FFI\CData public static alignof ( FFI\CDa ... blic static cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData p ...
https://man.plustar.jp/php/class.ffi.html - [similar]
ファイルの状態を取得する 3447
« eio_set_min_parallel eio_statvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_stat (PECL ... ing $path , int $pri , callable $callback , mixed $data = NULL ): resource eio_stat() は、 callback の res ... す。 この関数のプロトタイプは、 void callback(mixed $data, int $result[, resource $req]); に一致しなければな ... りません。 data は、リクエストに渡すカスタムデータです。 result に ... です。 eio_get_last_error() のような関数で使えます。 data callback に渡す任意の引数。 戻り値 eio_stat() は、 ...
https://man.plustar.jp/php/function.eio-stat.html - [similar]
Fetch profiler data 3447
« LuaSandbox::getPeakMemoryUsage LuaSandbox::getVersionInfo » PHP Manual LuaSandbox Fetch profil ... er data LuaSandbox::getProfilerFunctionReport (PECL luasan ... andbox::getProfilerFunctionReport — Fetch profiler data 説明 public LuaSandbox::getProfilerFunctionReport ... ecute some Lua code here ... // Fetch the profiler data $data = $sandbox -> getProfilerFunctionReport (); ... ?> 関連キーワード: profiler , LuaSandbox , Fetch , data , function , getProfilerFunctionReport , array , M ...
https://man.plustar.jp/php/luasandbox.getprofilerfunctionreport.html - [similar]
Event 3430
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インス ... — The EventBuffer class EventBuffer::add — Append data to the end of an event buffer EventBuffer::addBuff ... er — Move all data from a buffer provided to the current instance of ... es a lock on buffer EventBuffer::prepend — Prepend data to the front of the buffer EventBuffer::prependBuf ... fer — Moves all data from source buffer to the front of current buffer ...
https://man.plustar.jp/php/book.event.html - [similar]
The Vtiful\Kernel\Excel class 3430
« 定義済み定数 Vtiful\Kernel\Excel::addSheet » PHP Manual XLSWriter The Vtiful\Kernel\Excel clas ... string $fileName , string $sheetName = ? ) public data ( array $data ) public fileName ( string $fileName ... ) public getHandle () public header ( array $headerData ) public insertFormula ( int $row , int $column , ... Text ( int $row , int $column , string int double $data , string $format = ? ) public mergeCells ( string ... $scope , string $data ) public output () public setColumn ( string $rang ...
https://man.plustar.jp/php/class.vtiful-kernel-excel.html - [similar]
秘密鍵でデータを復号する 3430
« openssl_pkey_new openssl_private_encrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを復号する op ... タを復号する 説明 openssl_private_decrypt ( string $data , string &$decrypted_data , OpenSSLAsymmetricKey | ... は、事前に openssl_public_encrypt() で暗号化された data を復号し、それを decrypted_data に格納します。 これ ... み送られてきたデータを復号する場合です。 パラメータ data decrypted_data private_key private_key は、 データ ... を復号する 関連キーワード: データ , 復号 , private , data , decrypt , key , public , decrypted , encrypt , s ...
https://man.plustar.jp/php/function.openssl-private-decrypt.html - [similar]
秘密鍵でデータを暗号化する 3430
« openssl_private_decrypt openssl_public_decrypt » PHP Manual OpenSSL 関数 秘密鍵でデータを暗号化 ... を暗号化する 説明 openssl_private_encrypt ( string $data , string &$encrypted_data , OpenSSLAsymmetricKey | ... CS1_PADDING ): bool openssl_private_encrypt() は、 data を秘密鍵 private_key で暗号化し、それを encrypted_ ... かれたものでないことを証明する場合です。 パラメータ data encrypted_data private_key padding padding には OP ... を復号する 関連キーワード: データ , 暗号 , private , data , key , encrypt , decrypt , public , string , encr ...
https://man.plustar.jp/php/function.openssl-private-encrypt.html - [similar]
公開鍵でデータを復号する 3430
« openssl_private_encrypt openssl_public_encrypt » PHP Manual OpenSSL 関数 公開鍵でデータを復号す ... ータを復号する 説明 openssl_public_decrypt ( string $data , string &$decrypted_data , OpenSSLAsymmetricKey | ... は、事前に openssl_private_encrypt() で暗号化された data を復号し、それを decrypted_data に格納します。 これ ... の所有者であるかどうかを調べる場合です。 パラメータ data decrypted_data public_key public_key は、 データの ... を復号する 関連キーワード: データ , 復号 , public , data , key , decrypt , private , encrypt , string , dec ...
https://man.plustar.jp/php/function.openssl-public-decrypt.html - [similar]