検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 153 for [SIMILAR] 16 1024 4096 WITH 27595 weakmap WITH 7... (0.211 sec.)
配列の内部ポインタを進める 0
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8) next — 配列の内部ポインタを進める 説明 next ( array | object &$array ): mixed next() は、ひとつの違いを除いて current() と同じです。 next() は要素を返す前に内部配列ポインタをひとつ先に進めま ...
https://man.plustar.jp/php/function.next.html - [similar]
内部の配列ポインタをひとつ前に戻す 0
« pos range » PHP Manual 配列 関数 内部の配列ポインタをひとつ前に戻す prev (PHP 4, PHP 5, PHP 7, PHP 8) prev — 内部の配列ポインタをひとつ前に戻す 説明 prev ( array | object &$array ): mixed 内部の配列ポインタをひとつ前に戻します。 prev() は、 内部の配列ポインタを進めるのではなく戻すという ...
https://man.plustar.jp/php/function.prev.html - [similar]
配列の内部ポインタを先頭の要素にセットする 0
« range rsort » PHP Manual 配列 関数 配列の内部ポインタを先頭の要素にセットする reset (PHP 4, PHP 5, PHP 7, PHP 8) reset — 配列の内部ポインタを先頭の要素にセットする 説明 reset ( array | object &$array ): mixed reset() は、 array の内部ポインタの先頭の要素に戻し、配列の最初の要素の値を返 ...
https://man.plustar.jp/php/function.reset.html - [similar]
オブジェクトの比較 0
« オブジェクトのクローン作成 遅延静的束縛 (Late Static Bindings) » PHP Manual クラスとオブジェクト オブジェクトの比較 オブジェクトの比較 比較演算子( == )を使用する際、 オブジェクト変数は、単純に比較されます。つまり、 二つのオブジェクトのインスタンスは、 同じ属性と値 (値の比較は == による ...
https://man.plustar.jp/php/language.oop5.object-comparison.html - [similar]
配列演算子 0
« 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $a + $b 結合 $a および $b を結合する。 $a == $b 同等 $a および $b のキー/値のペアが等しい場合に true 。 $a === $b 同一 $a および $b のキー/値のペアが等しく、その並び順が等しく、 かつデータ型も等 ...
https://man.plustar.jp/php/language.operators.array.html - [similar]
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
サーバーから項目を取得する 0
« Memcache::flush Memcache::getExtendedStats » PHP Manual Memcache サーバーから項目を取得する Memcache::get (PECL memcache >= 0.2.0) Memcache::get — サーバーから項目を取得する 説明 Memcache::get ( string $key , int &$flags = ? ): string Memcache::get ( array $keys , array &$flags = ? ): ...
https://man.plustar.jp/php/memcache.get.html - [similar]
オフセットの設定を解除する 0
« ArrayAccess::offsetSet Serializable » PHP Manual ArrayAccess オフセットの設定を解除する ArrayAccess::offsetUnset (PHP 5, PHP 7, PHP 8) ArrayAccess::offsetUnset — オフセットの設定を解除する 説明 public ArrayAccess::offsetUnset ( mixed $offset ): void オフセットの設定を解除します。 注意 ...
https://man.plustar.jp/php/arrayaccess.offsetunset.html - [similar]
プロパティを取得するために使用される 0
« SolrObject::offsetExists SolrObject::offsetSet » PHP Manual SolrObject プロパティを取得するために使用される SolrObject::offsetGet (PECL solr >= 0.9.2) SolrObject::offsetGet — プロパティを取得するために使用される 説明 public SolrObject::offsetGet ( string $property_name ): mixed プロパテ ...
https://man.plustar.jp/php/solrobject.offsetget.html - [similar]
指定した $index の値を削除する 0
« SplDoublyLinkedList::offsetSet SplDoublyLinkedList::pop » PHP Manual SplDoublyLinkedList 指定した $index の値を削除する SplDoublyLinkedList::offsetUnset (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplDoublyLinkedList::offsetUnset — 指定した $index の値を削除する 説明 public SplDoublyLinkedList::off ...
https://man.plustar.jp/php/spldoublylinkedlist.offsetunset.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT