検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 220 for integer (0.007 sec.)
パラメータの値を変数にバインドする 5992
« SQLite3Stmt::bindParam SQLite3Stmt::clear » PHP Manual SQLite3Stmt パラメータの値を変数にバイン ... ンドする値。 type バインドする値のデータ型。 SQLITE3_INTEGER : 符号付き整数。 値の大きさに応じて 1, 2, 3, 4, 6, ... value の型から検出します: bool と int 型は SQLITE3_INTEGER として扱われ、 float は SQLITE3_FLOAT 、 null は S ... ':memory:' ); $db -> exec ( 'CREATE TABLE foo (id INTEGER, bar STRING)' ); $db -> exec ( "INSERT INTO foo (i ... d=:id' ); $stmt -> bindValue ( ':id' , 1 , SQLITE3_INTEGER ); $result = $stmt -> execute (); var_dump ( $resu ...
https://man.plustar.jp/php/sqlite3stmt.bindvalue.html - [similar]
Calculates the match score between two fuzzy hash signatures 5919
« ssdeep 関数 ssdeep_fuzzy_hash_filename » PHP Manual ssdeep 関数 Calculates the match score bet ... ond fuzzy hash signature string. 戻り値 Returns an integer from 0 to 100 on success, false otherwise. 関連キー ... , compare , signature , signatures , 関数 , from , integer ...
https://man.plustar.jp/php/function.ssdeep-fuzzy-compare.html - [similar]
2 進数 を 10 進数に変換する 5856
« base_convert ceil » PHP Manual Math 関数 2 進数 を 10 進数に変換する bindec (PHP 4, PHP 5, PHP ... { $note = 'interpreted to be the largest unsigned integer' ; } else { $note = 'interpreted to be the largest ... unsigned integer (18446744073709551615) but skewed by float precisi ... 67295 NOTE: interpreted to be the largest unsigned integer 上の例の 64 ビットマシンでの出力は、このようになり ... 51616 NOTE: interpreted to be the largest unsigned integer (18446744073709551615) but skewed by float precisi ...
https://man.plustar.jp/php/function.bindec.html - [similar]
MQSeries MQSET 5731
« mqseries_put mqseries_strerror » PHP Manual mqseries 関数 MQSeries MQSET mqseries_set (PECL mq ... rray of attribute selectors. intAttrCount Count of integer attributes. intAttrs Array of integer attributes. ...
https://man.plustar.jp/php/function.mqseries-set.html - [similar]
Construct a new Timestamp 5731
« MongoDB\BSON\Timestamp MongoDB\BSON\Timestamp::getIncrement » PHP Manual MongoDB\BSON\Timestam ... t $timestamp ) パラメータ increment ( int ) 32-bit integer denoting the incrementing ordinal for operations w ... ithin a given second. timestamp ( int ) 32-bit integer denoting seconds since the Unix epoch. エラー / 例 ...
https://man.plustar.jp/php/mongodb-bson-timestamp.construct.html - [similar]
定義済み定数 5731
« リソース型 OpenAL 関数 » PHP Manual OpenAL 定義済み定数 定義済み定数 以下の定数が定義されていま ... バッファ設定 AL_BUFFER ( int ) ソース/リスナー 設定 (Integer) AL_SOURCE_RELATIVE ( int ) ソース/リスナー 設定 ( ... ger) AL_SOURCE_STATE ( int ) ソース/リスナー 設定 (Integer) AL_PITCH ( int ) ソース/リスナー 設定 (Float) AL_ ...
https://man.plustar.jp/php/openal.constants.html - [similar]
数字かどうかを調べる 5668
« ctype_cntrl ctype_graph » PHP Manual Ctype 関数 数字かどうかを調べる ctype_digit (PHP 4 >= 4.0 ... と整数値を比較する例 <?php $numeric_string = '42' ; $integer = 42 ; ctype_digit ( $numeric_string ); // true ct ... ype_digit ( $integer ); // false (ASCII 42 は * です) is_numeric ( $num ... eric_string ); // true is_numeric ( $integer ); // true ?> 参考 ctype_alnum() - 英数字かどうかを ...
https://man.plustar.jp/php/function.ctype-digit.html - [similar]
絶対値 5595
« Math 関数 acos » PHP Manual Math 関数 絶対値 abs (PHP 4, PHP 5, PHP 7, PHP 8) abs — 絶対値 説明 ... 4.2 ); // 4.2 (double/float) echo abs ( 5 ); // 5 (integer) echo abs (- 5 ); // 5 (integer) ?> 参考 gmp_abs() ...
https://man.plustar.jp/php/function.abs.html - [similar]
Returns the increment component of this Timestamp 5595
« MongoDB\BSON\Timestamp::__construct MongoDB\BSON\Timestamp::getTimestamp » PHP Manual MongoDB\ ... n second. This value is read as an unsigned 32-bit integer with big-endian byte order. 注意 : Because PHP's i ... ues returned by this method may appear as negative integers on 32-bit platforms. The "%u" formatter of sprint ...
https://man.plustar.jp/php/mongodb-bson-timestamp.getincrement.html - [similar]
Returns the timestamp component of this Timestamp 5595
« MongoDB\BSON\Timestamp::getIncrement MongoDB\BSON\Timestamp::jsonSerialize » PHP Manual MongoD ... ix epoch. This value is read as an unsigned 32-bit integer with big-endian byte order. 注意 : Because PHP's i ... ues returned by this method may appear as negative integers on 32-bit platforms. The "%u" formatter of sprint ...
https://man.plustar.jp/php/mongodb-bson-timestamp.gettimestamp.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT