検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 1259 for BE (0.046 sec.)
Move the cursor of a lob object 3226
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... osition moving forward offset units from the first beginning. In this case, offset must be a positive va ... , you can move forward or backward. and offset can be positive or negative. If you use CUBRID_CURSOR_LAS ... its from the end of LOB object and offset only can be positive. パラメータ lob_identifier Lob identifier ... d_lob2_new() or get from the result set. offset Number of units you want to move the cursor. origin This ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
Creates a standard backpropagation neural network, which is not fully connected ... 3226
« fann_create_shortcut fann_create_sparse » PHP Manual Fann 関数 Creates a standard backpropagat ... tion rate controls how many connections there will be in the network. If the connection rate is set to 1 ... , the network will be fully connected, but if it is set to 0.5 only half ... of the connections will be set. A connection rate of 1 will yield the same re ... s fann_create_standard() . num_layers The total number of layers including the input and the output laye ...
https://man.plustar.jp/php/function.fann-create-sparse-array.html - [similar]
実行時設定 3226
« Building the MongoDB PHP Driver from source 定義済み定数 » PHP Manual インストール/設定 実行時 ... 明を示します。 mongodb.debug string This option can be used to enable or disable trace-level debug loggin ... ile within that directory. If the directory cannot be used, the default system temp directory will be us ... read from the server. Please review any debug logs before sharing them with other people. 関連キーワード ...
https://man.plustar.jp/php/mongodb.configuration.html - [similar]
結果セット中のカラム数を返す 3226
« PDOStatement::closeCursor PDOStatement::debugDumpParams » PHP Manual PDOStatement 結果セット中 ... える */ $colcount = $sth -> columnCount (); print( "Before execute(), result set has $colcount columns (s ... hould be 0)\n" ); $sth -> execute (); /* 結果セットにあるカ ... xecute(), result set has $colcount columns (should be 2)\n" ); ?> 上の例の出力は以下となります。 Before ... execute(), result set has 0 columns (should be 0) After execute(), result set has 2 columns (shou ...
https://man.plustar.jp/php/pdostatement.columncount.html - [similar]
The EvLoop class 3192
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... at $timeout_interval = 0. ): EvLoop final public embed ( string $other , string $callback = ? , string $ ... data = ? , string $priority = ? ): EvEmbed final public fork ( callable $callback , mixed $d ... nt of the loop. See Ev::iteration() pending The number of pending watchers. 0 indicates that there are n ... s pending. io_interval Higher io_interval allows libev to spend more time collecting EvIo events, so mor ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The MongoDB\BSON\Javascript class 3192
« MongoDB\BSON\Decimal128::unserialize MongoDB\BSON\Javascript::__construct » PHP Manual MongoDB ... or Javascript code. An optional scope document may be specified that maps identifiers to values and defi ... nes the scope in which the code should be evaluated by the server. 注意 : This BSON type is ... :jsonSerialize — Returns a representation that can be converted to JSON MongoDB\BSON\Javascript::seriali ...
https://man.plustar.jp/php/class.mongodb-bson-javascript.html - [similar]
Determines if the set contains all values 3192
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... f an object implements Ds\Hashable , equality will be determined by the object's equals function. If an ... ject does not implement Ds\Hashable , objects must be references to the same instance to be considered e ...
https://man.plustar.jp/php/ds-set.contains.html - [similar]
Bind variables to a prepared statement as parameters 3192
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... e() . If bind_value_type is not given, string will be the default. 注意 : If the type of data to be boun ... e on the client filesystem. If the type of data to be bound explicitly is ENUM, the bind_value argument ... should be the enum element which is in string format. In CUB ... RID shard envrioment, the bind_value_type must be included in the cubrid_bind() function. The follow ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
Establish the environment for connecting to CUBRID server 3192
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... rd is not given, then the "PUBLIC" connection will be made by default. <url> ::= CUBRID:<host>:<db_name> ... n the order listed in alhosts rctime : An interval between the attempts to connect to the active broker ... whether to immediately return an error of function being executed upon timeout. The default value is fal ... re used as identifiers in PHP connection URL can't be included in the password. The following is an exam ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Fetch the next row from a result set 3192
« cubrid_execute cubrid_free_result » PHP Manual CUBRID 関数 Fetch the next row from a result se ... NULL, when process is unsuccessful. The result can be received either as an array or as an object, and y ... y setting the type argument. The type variable can be set to one of the following values: CUBRID_NUM : N ... ult When type argument is omitted, the result will be received using CUBRID_BOTH option as default. When ... ect data type, the column name of the result must obey the naming rules for identifiers in PHP. For exam ...
https://man.plustar.jp/php/function.cubrid-fetch.html - [similar]