検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 549 for values (0.133 sec.)
The MongoDB\BSON\Binary class 3514
« MongoDB\BSON\toRelaxedExtendedJSON MongoDB\BSON\Binary::__construct » PHP Manual MongoDB\BSON ... type for binary data (i.e. array of bytes). Binary values also have a subtype, which is used to indicate wha ... tes in length. Historically, other drivers encoded values with this type based on their language conventions ...
https://man.plustar.jp/php/class.mongodb-bson-binary.html - [similar]
新規の変数をデータ領域にキャッシュする 3514
« APCu 関数 apcu_cache_info » PHP Manual APCu 関数 新規の変数をデータ領域にキャッシュする apcu_a ... ixed $var , int $ttl = 0 ): bool apcu_add ( array $values , mixed $unused = NULL , int $ttl = 0 ): array まだ ... なくなる (clear, restart など)まで値が持続します。 values 名前をキー、変数を値に指定します。 戻り値 何かがキ ...
https://man.plustar.jp/php/function.apcu-add.html - [similar]
Delete an instance using OID 3514
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... rid_execute ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(1, {1,2,3}, {11,22,33,333}, 'a')" ); cubrid_execut ... e ( $conn , "INSERT INTO foo(a, b, c, d) VALUES(2, {4,5,7}, {44,55,66,666}, 'b')" ); $req = cubrid ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
Fetch the next row and return it as an object 3514
« cubrid_fetch_lengths cubrid_fetch_row » PHP Manual CUBRID MySQL 互換関数 Fetch the next row an ... column names of the result set as properties. The values of these properties are extracted from the current ... id_fetch_row() - Return a numerical array with the values of the current row 関連キーワード: row , cubrid , ...
https://man.plustar.jp/php/function.cubrid-fetch-object.html - [similar]
Move the cursor of a lob object 3514
« cubrid_lob2_read cubrid_lob2_seek » PHP Manual CUBRID 関数 Move the cursor of a lob object cub ... to move the cursor position of a lob object by the value set in the offset argument, to the direction set in ... cursor. origin This parameter can be the following values: CUBRID_CURSOR_FIRST: move forward from the first ... q = cubrid_prepare ( $conn , "INSERT INTO test_lob VALUES (?, ?)" ); cubrid_bind ( $req , 1 , 1 ); $lob = cu ...
https://man.plustar.jp/php/function.cubrid-lob2-seek64.html - [similar]
画像のヒストグラムを取得する 3514
« Imagick::getImageHeight Imagick::getImageIndex » PHP Manual Imagick 画像のヒストグラムを取得す ... arry ) { return $item ; } return $carry ; }; $colorValues = [ 'red' => getColorStatistics ( $histogramElemen ... ck :: COLOR_BLUE ), ]; $max = array_reduce ( $colorValues [ 'red' ] , $getMax , 0 ); $max = array_reduce ( $ ... colorValues [ 'lime' ] , $getMax , $max ); $max = array_reduce ... ( $colorValues [ 'blue' ] , $getMax , $max ); $scale = $histogram ...
https://man.plustar.jp/php/imagick.getimagehistogram.html - [similar]
ビット演算子 3514
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... -------- -- --------- EOH; /* * ここからが本番 */ $values = array( 0 , 1 , 2 , 4 , 8 ); $test = 1 + 4 ; echo ... "\n Bitwise AND \n" ; foreach ( $values as $value ) { $result = $value & $test ; printf ( ... ; } echo "\n Bitwise Inclusive OR \n" ; foreach ( $values as $value ) { $result = $value | $test ; printf ( ... ho "\n Bitwise Exclusive OR (XOR) \n" ; foreach ( $values as $value ) { $result = $value ^ $test ; printf ( ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
トランザクションのサポート 3514
« 複数のステートメント メタデータ » PHP Manual クイックスタートガイド トランザクションのサポート ... false ); $mysqli -> query ( "INSERT INTO test(id) VALUES (1)" ); $mysqli -> rollback (); $mysqli -> query ( ... "INSERT INTO test(id) VALUES (2)" ); $mysqli -> commit (); MySQL サーバは、 全て ...
https://man.plustar.jp/php/mysqli.quickstart.transactions.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 3514
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... / $query = "INSERT INTO myCity (CountryCode, Name) VALUES('GBR', 'Llanfairpwllgwyngyllgogerychwyrndrobwlllla ... / $query = "INSERT INTO myCity (CountryCode, Name) VALUES('GBR', 'Llanfairpwllgwyngyllgogerychwyrndrobwlllla ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
BLOB を読み取るためのストリームリソースを開く 3514
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... (text text)' ); $conn -> exec ( "INSERT INTO test VALUES ('Lorem ipsum')" ); $stream = $conn -> openBlob ( ... (text text)' ); $conn -> exec ( "INSERT INTO test VALUES (zeroblob(36))" ); $stream = $conn -> openBlob ( ' ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]