検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 759 for key (0.078 sec.)
Increment the value by $row_key and $column_key. 5524
« Swoole\Table::get Swoole\Table::key » PHP Manual Swoole\Table Increment the value by $row_key ... and $column_key. Swoole\Table::incr (PECL swoole >= 1.9.0) Swoole\ ... Table::incr — Increment the value by $row_key and $column_key. 説明 public Swoole\Table::incr ( ... string $key , string $column , int $incrby = ? ): void パラメー ...key column incrby 戻り値 関連キーワード: key , column ...
https://man.plustar.jp/php/swoole-table.incr.html - [similar]
Retrieve a item 5524
« Yaconf Yaconf::has » PHP Manual Yaconf Retrieve a item Yaconf::get (PECL yaconf >= 1.0.0) Yaco ... alue = NULL ): mixed パラメータ name Configuration key, the key looks like "filename.key", or "filename.s ... ectionName,key". default_value if the key doesn't exists, Yaconf: ... turns configuration result(string or array) if the key exists, return default_value if not. 例 例1 INI() ... in directory which is yaconf.directoy [SectionA] ;key value pair key=val ;hash[a]=val hash.a=val ;arr[0] ...
https://man.plustar.jp/php/yaconf.get.html - [similar]
指定したキーまたは添字が配列にあるかどうかを調べる 5497
« array_is_list array_key_first » PHP Manual 配列 関数 指定したキーまたは添字が配列にあるかどうか ... を調べる array_key_exists (PHP 4 >= 4.0.7, PHP 5, PHP 7, PHP 8) array ... _key_exists — 指定したキーまたは添字が配列にあるかどうか ... を調べる 説明 array_key_exists ( string | int $key , array $array ): bool ... 指定した key が配列に設定されている場合、 array_key_exists() は ...
https://man.plustar.jp/php/function.array-key-exists.html - [similar]
Key Callback 5477
« UI\Area::onDraw UI\Area::onMouse » PHP Manual UI\Area Key Callback UI\Area::onKey (UI 0.9.9) U ... I\Area::onKeyKey Callback 説明 protected UI\Area::onKey ( str ... ing $key , int $ext , int $flags ) Shall be executed on key ... events パラメータ key The key pressed ext The extended key pressed flags ... Event modifiers 戻り値 関連キーワード: Callback , key , onKey , pressed , ext , int , flags , string , p ...
https://man.plustar.jp/php/ui-area.onkey.html - [similar]
Get the requested schema information 5436
« cubrid_rollback cubrid_seq_drop » PHP Manual CUBRID 関数 Get the requested schema information ... R_ORDER base:1 11 CLASS_NAME 12 SOURCE_CLASS 13 IS_KEY 1:key CUBRID_SCH_METHOD / CUBRID_SCH_CLASS_METHOD ... reverse index 2 NAME 3 ATTR_NAME 4 NUM_PAGES 5 NUM_KEYS 6 PRIMARY_KEY 1:primary key 7 KEY_ORDER base:1 CU ... TR_NAME 2 PRIVILEGE 3 GRANTABLE CUBRID_SCH_PRIMARY_KEY 1 CLASS_NAME 2 ATTR_NAME 3 KEY_SEQ base:1 4 KEY_NA ... ME CUBRID_SCH_IMPORTED_KEYS / CUBRID_SCH_EXPORTED_KEYS / CUBRID_SCH_CROSS_REF ...
https://man.plustar.jp/php/function.cubrid-schema.html - [similar]
Return key of the current connection. 5436
« Swoole\Connection\Iterator::current Swoole\Connection\Iterator::next » PHP Manual Swoole\Conne ... ction\Iterator Return key of the current connection. Swoole\Connection\Itera ... tor::key (PECL swoole >= 1.9.0) Swoole\Connection\Iterator: ... :key — Return key of the current connection. 説明 publi ... c Swoole\Connection\Iterator::key (): int This function returns key of the current c ...
https://man.plustar.jp/php/swoole-connection-iterator.key.html - [similar]
Decrement the value in the Swoole table by $row_key and $column_key. 5436
« Swoole\Table::current Swoole\Table::del » PHP Manual Swoole\Table Decrement the value in the S ... woole table by $row_key and $column_key. Swoole\Table::decr (PECL swoole > ... — Decrement the value in the Swoole table by $row_key and $column_key. 説明 public Swoole\Table::decr ( ... string $key , string $column , int $decrby = ? ): ReturnType パ ... ラメータ key column decrby 戻り値 関連キーワード: Swoole , Tabl ...
https://man.plustar.jp/php/swoole-table.decr.html - [similar]
処理フラグを設定する 5408
« FilesystemIterator::rewind FilterIterator » PHP Manual FilesystemIterator 処理フラグを設定する ... 戻り値 値を返しません。 例 例1 FilesystemIterator::key() の例 この例は、フラグ FilesystemIterator::KEY_AS ... _PATHNAME と FilesystemIterator::KEY_AS_FILENAME の違いを示します。 <?php $iterator = n ... ator ( dirname ( __FILE__ ), FilesystemIterator :: KEY_AS_PATHNAME ); echo "Key as Pathname:\n" ; foreach ... ( $iterator as $key => $fileinfo ) { echo $key . "\n" ; } $iterator -> ...
https://man.plustar.jp/php/filesystemiterator.setflags.html - [similar]
配列の最初のキーを得る 5408
« array_key_exists array_key_last » PHP Manual 配列 関数 配列の最初のキーを得る array_key_first ... (PHP 7 >= 7.3.0, PHP 8) array_key_first — 配列の最初のキーを得る 説明 array_key_firs ... でなければ、 null を返します。 例 例1 基本的な array_key_first() 関数の使い方 <?php $array = [ 'a' => 1 , ' ... b' => 2 , 'c' => 3 ]; $firstKey = array_key_first ( $array ); var_dump ( $firstKey ... この関数の機能を実現する方法は複数ありました。 array_keys() を使うことも可能でしたが、 かなり非効率になる可 ...
https://man.plustar.jp/php/function.array-key-first.html - [similar]
CSR の公開鍵を返す 5408
« openssl_csr_export openssl_csr_get_subject » PHP Manual OpenSSL 関数 CSR の公開鍵を返す openss ... l_csr_get_public_key (PHP 5 >= 5.2.0, PHP 7, PHP 8) openssl_csr_get_pub ... lic_key — CSR の公開鍵を返す 説明 openssl_csr_get_public_k ... csr , bool $short_names = true ): OpenSSLAsymmetricKey | false openssl_csr_get_public_key() 関数は、 csr ... 視されます。 戻り値 成功した場合、 OpenSSLAsymmetricKey クラスのインスタンスを返します。 エラーの場合は fa ...
https://man.plustar.jp/php/function.openssl-csr-get-public-key.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT