検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 2158 for [SIMILAR] 16 1024 4096 WITH 13233 function WITH ... (4.126 sec.)
基本的な使い方 0
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガシーなMySQL関数に似た、ユーザー定義関数が含まれています。 例1 PostgreSQL のユーザー定義関数の例 <?php // この関数は、PostgreSQL 接続がデータベースにバインドしているので必要 // This function s ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]
関数処理 関数 0
« 定義済み定数 call_user_func_array » PHP Manual 関数処理 関数処理 関数 関数処理 関数 目次 call_user_func_array — パラメータの配列を指定してコールバック関数をコールする call_user_func — 最初の引数で指定したコールバック関数をコールする create_function — 文字列のコードを評価し、動的に関数を ...
https://man.plustar.jp/php/ref.funchand.html - [similar]
The LuaSandboxFunction class 0
« LuaSandbox::wrapPhpFunction LuaSandboxFunction::call » PHP Manual LuaSandbox The LuaSandboxFunction class The LuaSandboxFunction class (PECL luasandbox >= 1.0.0) はじめに Represents a Lua function, allowing it to be called from PHP. A LuaSandboxFunction may be obtained as a return valu ...
https://man.plustar.jp/php/class.luasandboxfunction.html - [similar]
Get SeasLog request_id differentiated requests 0
« SeasLog::getLastLogger SeasLog::getRequestVariable » PHP Manual SeasLog Get SeasLog request_id differentiated requests SeasLog::getRequestID (PECL seaslog >=1.0.0) SeasLog::getRequestID — Get SeasLog request_id differentiated requests 説明 public static SeasLog::getRequestID (): string ...
https://man.plustar.jp/php/seaslog.getrequestid.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 0
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual OCI8 OCI8 Transparent Application Failover (TAF) Support OCI8 Transparent Application Failover (TAF) Support TAF is an Oracle Database feature that provides high availability. It enables PHP O ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
Get the error message 0
« cubrid_errno cubrid_fetch_array » PHP Manual CUBRID MySQL 互換関数 Get the error message cubrid_error (PECL CUBRID >= 8.3.1) cubrid_error — Get the error message 説明 cubrid_error ( resource $connection = ? ): string The cubrid_error() function is used to get the error message that occ ...
https://man.plustar.jp/php/function.cubrid-error.html - [similar]
The LuaSandbox class 0
« Basic usage for LuaSandbox LuaSandbox::callFunction » PHP Manual LuaSandbox The LuaSandbox class The LuaSandbox class (PECL luasandbox >= 1.0.0) はじめに The LuaSandbox class creates a Lua environment and allows for execution of Lua code. クラス概要 class LuaSandbox { /* Constants */ c ...
https://man.plustar.jp/php/class.luasandbox.html - [similar]
Returns the Legacy Extended JSON representation of a BSON value 0
« MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toPHP » PHP Manual 関数 Returns the Legacy Extended JSON representation of a BSON value MongoDB\BSON\toJSON (mongodb >=1.0.0) MongoDB\BSON\toJSON — Returns the Legacy Extended JSON representation of a BSON value 説明 MongoDB\BSON\toJSON ...
https://man.plustar.jp/php/function.mongodb.bson-tojson.html - [similar]
Return the number of columns in the result set 0
« cubrid_next_result cubrid_num_rows » PHP Manual CUBRID 関数 Return the number of columns in the result set cubrid_num_cols (PECL CUBRID >= 8.3.0) cubrid_num_cols — Return the number of columns in the result set 説明 cubrid_num_cols ( resource $result ): int The cubrid_num_cols() functi ...
https://man.plustar.jp/php/function.cubrid-num-cols.html - [similar]
XOR training 0
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data for XOR function 例1 xor.data file 4 2 1 -1 -1 -1 -1 1 1 1 -1 1 1 1 -1 例2 Simple train <?php $num_input = 2 ; $num_output = 1 ; $num_layers = 3 ; $num_neurons_hidden = 3 ; $desired_error = 0.00 ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]