Results of 1 - 10 of about 94 for Unique (0.006 sec.)
- Get the unique identifier 12301
- « GearmanJob::status GearmanJob::warning » PHP Manual GearmanJob Get the unique identifier Gearm
...
anJob::unique (PECL gearman >= 0.5.0) GearmanJob::unique — Get t ...
he unique identifier 説明 public GearmanJob::unique (): stri ...
ng Returns the unique identifier for this job. The identifier is assigne ...
の関数にはパラメータはありません。 戻り値 An opaque unique identifier. 参考 GearmanClient::do() - Run a singl ...
-
https://man.plustar.jp/php/gearmanjob.unique.html
- [similar]
- Get the unique identifier for a task 12037
- « GearmanTask::taskNumerator GearmanTask::uuid » PHP Manual GearmanTask Get the unique identifie
...
r for a task GearmanTask::unique (PECL gearman >= 0.6.0) GearmanTask::unique — Get ...
the unique identifier for a task 説明 public GearmanTask::uni ...
que (): string Returns the unique identifier for this task. This is assigned by the ...
ータ この関数にはパラメータはありません。 戻り値 The unique identifier, or false if no identifier is assigned. ...
-
https://man.plustar.jp/php/gearmantask.unique.html
- [similar]
- Get the unique identifier for a task (deprecated) 11100
- « GearmanTask::unique GearmanWorker » PHP Manual GearmanTask Get the unique identifier for a tas
...
PECL gearman <= 0.5.0) GearmanTask::uuid — Get the unique identifier for a task (deprecated) 説明 public Gea ...
rmanTask::uuid (): string Returns the unique identifier for this task. This is assigned by the ...
注意 : This method has been replaced by GearmanTask::unique() in the 0.6.0 release of the Gearman extension. パ ...
ータ この関数にはパラメータはありません。 戻り値 The unique identifier, or false if no identifier is assigned. ...
-
https://man.plustar.jp/php/gearmantask.uuid.html
- [similar]
- The GearmanClient class 10427
- « Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearm
...
, string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask public addTaskBackground ( stri ...
, string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask public addTaskHigh ( string $fu ...
, string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask public addTaskHighBackground ( ...
, string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask public addTaskLow ( string $fun ...
-
https://man.plustar.jp/php/class.gearmanclient.html
- [similar]
- 配列から重複した値を削除する 9186
- « array_uintersect array_unshift » PHP Manual 配列 関数 配列から重複した値を削除する array_unique
...
e (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) array_unique — 配列から重複した値を削除する 説明 array_unique ( ...
ユニークでない値が削除されていました。 例 例1 array_unique() の例 <?php $input = array( "a" => "green" , "red ...
"b" => "green" , "blue" , "red" ); $result = array_unique ( $input ); print_r ( $result ); ?> 上の例の出力は ...
( [a] => green [0] => red [1] => blue ) 例2 array_unique() と型 <?php $input = array( 4 , "4" , "3" , 4 , 3 ...
-
https://man.plustar.jp/php/function.array-unique.html
- [similar]
- テーブルに関する統計情報を取得する 9041
- « odbc_specialcolumns odbc_tableprivileges » PHP Manual ODBC 関数 テーブルに関する統計情報を取得
...
g $catalog , string $schema , string $table , int $unique , int $accuracy ): resource | false テーブルおよび ...
(ODBC 2 の用語では '所有者')。 table テーブル名。 unique インデックスのタイプ。 SQL_INDEX_UNIQUE , SQL_INDE ...
うになります。 TABLE_CAT TABLE_SCHEM TABLE_NAME NON_UNIQUE INDEX_QUALIFIER INDEX_NAME TYPE ORDINAL_POSITION C ...
追加のカラムを返すことが出来ます。 結果セットは NON_UNIQUE , TYPE , INDEX_QUALIFIER , INDEX_NAME , ORDINAL_PO ...
-
https://man.plustar.jp/php/function.odbc-statistics.html
- [similar]
- Return a string with the flags of the given field offset 8566
- « cubrid_fetch_row cubrid_field_len » PHP Manual CUBRID MySQL 互換関数 Return a string with the
...
possible flags could be: not_null , primary_key , unique_key , foreign_key , auto_increment , shared , reve ...
rse_index , reverse_unique and timestamp . パラメータ result result comes fro ...
ld Name Field Flags host_year not_null primary_key unique_key event_code not_null primary_key unique_key for ...
eign_key athlete_code not_null primary_key unique_key foreign_key stadium_code not_null nation_code ...
-
https://man.plustar.jp/php/function.cubrid-field-flags.html
- [similar]
- Unique 3 River 8513
- « trader_cdltristar trader_cdlupsidegap2crows » PHP Manual Trader 関数 Unique 3 River trader_cdl
...
unique3river (PECL trader >= 0.2.0) trader_cdlunique3river — Unique 3 River 説明 trader_cdlunique3river ...
lculated data or false on failure. 関連キーワード: Unique , array , trader , 配列 , 実数 , cdlunique , iver ...
-
https://man.plustar.jp/php/function.trader-cdlunique3river.html
- [similar]
- The GearmanTask class 8473
- « GearmanJob::workloadSize GearmanTask::__construct » PHP Manual Gearman The GearmanTask class T
...
inator (): int public taskNumerator (): int public unique (): string public uuid (): string } 目次 GearmanTa ...
— Get completion percentage numerator GearmanTask::unique — Get the unique identifier for a task GearmanTask ...
::uuid — Get the unique identifier for a task (deprecated) 関連キーワード: ...
ta , task , string , int , function , deprecated , unique ...
-
https://man.plustar.jp/php/class.gearmantask.html
- [similar]
- Get column information from a result and return as an object 8368
- « cubrid_fetch_assoc cubrid_fetch_lengths » PHP Manual CUBRID MySQL 互換関数 Get column informat
...
NULL primary_key 1 if the column is a primary key unique_key 1 if the column is an unique key multiple_key ...
1 if the column is a non-unique key numeric 1 if the column is numeric blob 1 if t ...
$field -> primary_key ); printf ( "%-30s %d\n" , "unique key:" , $field -> unique_key ); printf ( "%-30s %d ...
value: "" max length: 0 not null: 1 primary key: 1 unique key: 1 multiple key: 0 numeric: 1 blob: 0 type: in ...
-
https://man.plustar.jp/php/function.cubrid-fetch-field.html
- [similar]