検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 563 for number (0.100 sec.)
Bind variables to a prepared statement as parameters 3528
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... R NCHAR NCHAR, NVARCHAR BIT BIT, VARBIT NUMERIC or NUMBER SHORT, INT, NUMERIC FLOAT FLOAT DOUBLE DOUBLE TIME ... '" ); cubrid_bind ( $game_req , 1 , $event_code , "number" ); cubrid_execute ( $game_req ); printf ( "--- Dr ... id_bind ( $athlete_req , 1 , $athlete_code [ 0 ], "number" ); cubrid_execute ( $athlete_req ); $row = cubrid ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]
結果セット内の行を表す、 カラム位置およびカラム名の両方をインデックスとする配列... 3528
« db2_fetch_assoc db2_fetch_object » PHP Manual IBM DB2 関数 結果セット内の行を表す、 カラム位置 ... 返す 説明 db2_fetch_both ( resource $stmt , int $row_number = -1 ): array 結果セット内の行を表す、 カラム位置お ... ータ stmt 結果セットを含む有効な stmt リソース。 row_number 結果セット内の 1 から始まる行番号を指定します。 結 ... します。 結果セットに行がもうない場合、あるいは row_number で指定された行が結果セットに存在しない場合に false ...
https://man.plustar.jp/php/function.db2-fetch-both.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 3528
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... る前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description CLOB); INSERT INTO mytab (id, descrip ... る前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description CLOB); INSERT INTO mytab (id, descrip ... る前にテーブルを作成します。 CREATE TABLE mytab (id NUMBER, description CLOB); INSERT INTO mytab (id, descrip ... る前にテーブルを作成します。 CREATE TABLE mycity (id NUMBER, name VARCHAR2(20)); INSERT INTO mycity (id, name) ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
配列をシャッフルする 3528
« rsort sizeof » PHP Manual 配列 関数 配列をシャッフルする shuffle (PHP 4, PHP 5, PHP 7, PHP 8) ... うに 変更されました 。 例 例1 shuffle() の例 <?php $numbers = range ( 1 , 20 ); shuffle ( $numbers ); foreach ... ( $numbers as $number ) { echo " $number " ; } ?> 注意 注意 ...
https://man.plustar.jp/php/function.shuffle.html - [similar]
Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare or s... 3528
« sqlsrv_fetch sqlsrv_free_stmt » PHP Manual SQLSRV 関数 Retrieves metadata for the fields of a ... Type The numeric value for the SQL type. Size The number of characters for fields of character type, the nu ...
https://man.plustar.jp/php/function.sqlsrv-field-metadata.html - [similar]
フィルタフラグ 3498
« その他のフィルタ 定義済み定数 » PHP Manual フィルタの型 フィルタフラグ フィルタフラグ フィルタ ... します。 FILTER_FLAG_ALLOW_FRACTION FILTER_SANITIZE_NUMBER_FLOAT ピリオド ( . ) を数値の小数点として許可します ... 。 FILTER_FLAG_ALLOW_THOUSAND FILTER_SANITIZE_NUMBER_FLOAT , FILTER_VALIDATE_FLOAT カンマ ( , ) を数値の ... ます。 FILTER_FLAG_ALLOW_SCIENTIFIC FILTER_SANITIZE_NUMBER_FLOAT e あるいは E を、 科学記法の数値として許可し ...
https://man.plustar.jp/php/filter.filters.flags.html - [similar]
cURL のバージョンを返す 3498
« curl_unescape CurlHandle » PHP Manual cURL 関数 cURL のバージョンを返す curl_version (PHP 4 >= ... 素からなる連想配列を返します。 キー 値の説明 version_number cURL の 24 ビットのバージョン番号 version cURL バー ... ジョン番号を表す文字列 ssl_version_number OpenSSL の 24 ビットのバージョン番号 ssl_version O ...
https://man.plustar.jp/php/function.curl-version.html - [similar]
Gets a record from a database as an associative array 3498
« dbase_get_header_info dbase_get_record » PHP Manual dBase 関数 Gets a record from a database a ... _get_record_with_names ( resource $database , int $number ): array Gets a record from a dBase database as an ... rce, returned by dbase_open() or dbase_create() . _number The index of the record between 1 and dbase_numrec ... open ( '/tmp/test.dbf' , 0 ); if ( $db ) { $record_numbers = dbase_numrecords ( $db ); for ( $i = 1 ; $i <= ... $record_numbers ; $i ++) { $row = dbase_get_record_with_names ( $ ...
https://man.plustar.jp/php/function.dbase-get-record-with-names.html - [similar]
変数の文字列としての値を取得する 3498
« settype unserialize » PHP Manual 変数操作 関数 変数の文字列としての値を取得する strval (PHP 4, ... 文字列形式で書式設定したい場合は sprintf() あるいは number_format() を参照ください。 パラメータ value 文字列に ... ットする sprintf() - フォーマットされた文字列を返す number_format() - 数字を千の位毎にグループ化してフォーマッ ...
https://man.plustar.jp/php/function.strval.html - [similar]
Adds a collection of SolrInputDocument instances to the index 3498
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... alse is the same as $overwrite = true commitWithin Number of milliseconds within which to auto commit this d ... f when to do the commit to Solr itself, optimizing number of commits to a minimum while still fulfilling the ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]