検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 220 for integer (0.020 sec.)
変数の型をセットする 5532
« serialize strval » PHP Manual 変数操作 関数 変数の型をセットする settype (PHP 4, PHP 5, PHP 7, ... 以下の命令のいずれかです。 "boolean" または "bool" "integer" または "int" "float" または "double" "string" "ar ... string $bar = true ; // boolean settype ( $foo , "integer" ); // ここでは、$foo は 5です (整数) settype ( $b ...
https://man.plustar.jp/php/function.settype.html - [similar]
Parser examples 5532
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( ... h ( "exp" , "exp '/' exp" ); $p -> push ( "exp" , "INTEGER" ); /* Production index unused. */ $p -> build (); ... "'/'" )); $lex -> push ( "\\d+" , $p -> tokenId ( "INTEGER" )); $lex -> push ( "\\s+" , Token :: SKIP ); $lex ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
PHP の配列を Oracle PL/SQL の配列に名前でバインドする 5470
« OCI8 関数 oci_bind_by_name » PHP Manual OCI8 関数 PHP の配列を Oracle PL/SQL の配列に名前でバイ ... 下を参照のこと。 SQLT_NUM - NUMBER の配列 SQLT_INT - INTEGER の配列 (注意: INTEGER は、実際には NUMBER(38) のシ ... PE ARRTYPE IS TABLE OF VARCHAR(20) INDEX BY BINARY_INTEGER; PROCEDURE iobind(c1 IN OUT ARRTYPE); END ARRAYBIN ...
https://man.plustar.jp/php/function.oci-bind-array-by-name.html - [similar]
データをバイナリ文字列にパックする 5470
« ignore_user_abort php_strip_whitespace » PHP Manual その他の関数 データをバイナリ文字列にパック ... ビット、リトルエンディアンバイトオーダー) i signed integer (サイズおよびバイトオーダーはマシン依存) I unsigne ... d integer (サイズおよびバイトオーダーはマシン依存) l signed ... 演算結果は float として保持されます。この float 値を integer としてパックする際には まず最初に integer 型へのキ ...
https://man.plustar.jp/php/function.pack.html - [similar]
コレクションにインデックスを作成 5470
« Collection::count Collection::dropIndex » PHP Manual mysql_xdevapi\Collection コレクションにイ ... N では例外的に、デフォルトが true です。 options : integer, (オプション) GEOJSON データをデコードする時に使う ... 特別なのオプションフラグ srid : integer, (オプション) GEOJSON データをデコードする時に使う ... , "required": true }, { "field": "$.age", "type": "INTEGER" }, { "field": "$.job", "type": "TEXT(30)", "requi ...
https://man.plustar.jp/php/mysql-xdevapi-collection.createindex.html - [similar]
実行する SQL 文を準備する 5470
« SQLite3::openBlob SQLite3::query » PHP Manual SQLite3 実行する SQL 文を準備する SQLite3::prepa ... qlitedb.db' ); $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/sqlite3.prepare.html - [similar]
数値形式の文字列 5407
« 文字列 配列 » PHP Manual 型 数値形式の文字列 数値形式の文字列 PHP の 文字列 は、 int や float ... PHP 8.0.0 以降は TypeError。それより前は、$foo は integer (1) $foo = 1 + "bob3" ; // PHP 8.0.0 以降は TypeEr ... ror。それより前は、$foo は integer (1) $foo = 1 + "10 Small Pigs" ; // PHP 8.0.0 では ... $foo は integer (11) で、かつ E_WARNING。それより前は E_NOTICE $fo ...
https://man.plustar.jp/php/language.types.numeric-strings.html - [similar]
Returns the latency of this server in milliseconds 5407
« MongoDB\Driver\Server::getInfo MongoDB\Driver\Server::getPort » PHP Manual MongoDB\Driver\Serv ... nal public MongoDB\Driver\Server::getLatency (): ? integer Returns the latency of this server in milliseconds ... latency has been measured. In earlier versions, an integer was always returned and an unset value might be re ...
https://man.plustar.jp/php/mongodb-driver-server.getlatency.html - [similar]
Lexer examples 5407
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated ... examples , Tokenize , Parser , comma , separated , integer , list , assign , ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
Sorts the deque in-place 5344
« Ds\Deque::slice Ds\Deque::sorted » PHP Manual Deque Sorts the deque in-place Ds\Deque::sort (P ... ck ( mixed $a , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float ... alues such as 0.99 and 0.1 will both be cast to an integer value of 0, which will compare such values as equa ...
https://man.plustar.jp/php/ds-deque.sort.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT