検索

phrase: max: clip:
target: order:
Results of 541 - 550 of about 759 for KEY (0.094 sec.)
配列を降順にソートする 2919
« reset shuffle » PHP Manual 配列 関数 配列を降順にソートする rsort (PHP 4, PHP 5, PHP 7, PHP 8) ... apple" ); rsort ( $fruits ); foreach ( $fruits as $key => $val ) { echo " $key = $val \n" ; } ?> 上の例の ...
https://man.plustar.jp/php/function.rsort.html - [similar]
指定したキーの排他ロックを解放する 2919
« wincache_ucache_set Windows でのビルド » PHP Manual WinCache 関数 指定したキーの排他ロックを解 ... 排他ロックを解放する 説明 wincache_unlock ( string $key ): bool 指定したキーに対して、 wincache_lock() を使 ... 、これらの関数を使う必要のないものです。 パラメータ key ロックを解放したいキャッシュ内のキーの名前。 戻り値 ...
https://man.plustar.jp/php/function.wincache-unlock.html - [similar]
はじめに 2919
« FDF インストール/設定 » PHP Manual FDF はじめに はじめに Forms Data Format (FDF)は、PDF ドキュ ... ます。 これらのエントリは、FDF ドキュメントの中で /F-Key または /Status-Key として参照されています。 fdf_se ...
https://man.plustar.jp/php/intro.fdf.html - [similar]
アイテムを比較して入れ替える 2919
« Memcached::appendByKey Memcached::casByKey » PHP Manual Memcached アイテムを比較して入れ替える ... public Memcached::cas ( float $cas_token , string $key , mixed $value , int $expiration = ? ): bool Memca ... ムに割り当てたれた一意な値。memcache が生成します。 key 値の格納先のキー。 value 格納する値。 expiration 期 ... emcached :: RES_SUCCESS ); ?> 参考 Memcached::casByKey() - 指定したサーバーでアイテムを比較して入れ替える ...
https://man.plustar.jp/php/memcached.cas.html - [similar]
Setter 2919
« Yac::set 音声フォーマットの操作 » PHP Manual Yac Setter Yac::__set (PECL yac >= 1.0.0) Yac::__ ... set — Setter 説明 public Yac::__set ( string $keys , mixed $value ): mixed store a item into cache パ ... ラメータ keys string key value mixed value, All php value type ...
https://man.plustar.jp/php/yac.setter.html - [similar]
The SolrDocument class 2898
« SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The ... public __isset ( string $fieldName ): bool public key (): string public merge ( SolrDocument $sourceDoc ... set — フィールドが存在するかチェック SolrDocument::key — 現行のキーを返す SolrDocument::merge — Merges so ...
https://man.plustar.jp/php/class.solrdocument.html - [similar]
SplDoublyLinkedList クラス 2898
« データ構造 SplDoublyLinkedList::add » PHP Manual データ構造 SplDoublyLinkedList クラス SplDoub ... teratorMode (): int public isEmpty (): bool public key (): int public next (): void public offsetExists ( ... ンクリストが空かどうかを調べる SplDoublyLinkedList::key — 現在のノードのインデックスを返す SplDoublyLinked ...
https://man.plustar.jp/php/class.spldoublylinkedlist.html - [similar]
SplFixedArray クラス 2898
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... ic static fromArray ( array $array , bool $preserveKeys = true ): SplFixedArray public getSize (): int pu ... blic key (): int public next (): void public offsetExists ( ... y::getSize — 配列のサイズを取得する SplFixedArray::key — 現在の配列の添字を返す SplFixedArray::next — 次の ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
複数または多次元の配列をソートする 2898
« array_merge array_pad » PHP Manual 配列 関数 複数または多次元の配列をソートする array_multisor ... す。 <?php // 列方向の配列を得る foreach ( $data as $key => $row ) { $volume [ $key ] = $row [ 'volume' ]; ... $edition [ $key ] = $row [ 'edition' ]; } // 上記のコードの代わりに ...
https://man.plustar.jp/php/function.array-multisort.html - [similar]
Get result of next query when executing multiple SQL statements 2898
« cubrid_move_cursor cubrid_num_cols » PHP Manual CUBRID 関数 Get result of next query when exec ... olumn Len: 5 Second Column Flags: not_null primary_key unique_key 参考 cubrid_execute() - Execute a prepa ...
https://man.plustar.jp/php/function.cubrid-next-result.html - [similar]