検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 85 for [SIMILAR] 16 1024 4096 WITH 38477 ristretto255 W... (0.133 sec.)
Access 0
« parallel\Sync::get parallel\Sync::wait » PHP Manual parallel\Sync Access parallel\Sync::set (1.1.0) parallel\Sync::set — Access 説明 public parallel\Sync::set ( scalar $value ) Shall atomically set the value of the synchronization object Exceptions 警告 Shall throw parallel\Sync\Error\ ...
https://man.plustar.jp/php/parallel-sync.set.html - [similar]
Access 0
« parallel\Sync::__construct parallel\Sync::set » PHP Manual parallel\Sync Access parallel\Sync::get (1.1.0) parallel\Sync::get — Access 説明 public parallel\Sync::get (): scalar Shall atomically return the syncrhonization objects value 関連キーワード: construct , public , scalar , Shall ...
https://man.plustar.jp/php/parallel-sync.get.html - [similar]
0
« 列挙型をシリアライズする エラー » PHP Manual 列挙型(Enum) 例 例 例1 基本的な、値を限定する例 <?php enum SortOrder { case ASC ; case DESC ; } function query ( $fields , $filter , SortOrder $order = SortOrder :: ASC ) { ... } ?> query() 関数は、 $order が SortOrder::ASC または SortOrder: ...
https://man.plustar.jp/php/language.enumerations.examples.html - [similar]
現在の要素のキーを返す 0
« CachingIterator::hasNext CachingIterator::next » PHP Manual CachingIterator 現在の要素のキーを返す CachingIterator::key (PHP 5, PHP 7, PHP 8) CachingIterator::key — 現在の要素のキーを返す 説明 public CachingIterator::key (): scalar 警告 この関数は、 現在のところ詳細な情報はありません。 ...
https://man.plustar.jp/php/cachingiterator.key.html - [similar]
The Hashable interface 0
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface The Hashable interface (No version information available, might only be in Git) はじめに Hashable is an interface which allows objects to be used as keys. It's an alternative to spl_object_ha ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
変数がリソースかどうかを調べる 0
« is_real is_scalar » PHP Manual 変数操作 関数 変数がリソースかどうかを調べる is_resource (PHP 4, PHP 5, PHP 7, PHP 8) is_resource — 変数がリソースかどうかを調べる 説明 is_resource ( mixed $value ): bool 指定した変数が resource かどうかを調べます。 パラメータ value 評価する変数。 戻り値 ...
https://man.plustar.jp/php/function.is-resource.html - [similar]
現在のキーを取得する 0
« AppendIterator::getIteratorIndex AppendIterator::next » PHP Manual AppendIterator 現在のキーを取得する AppendIterator::key (PHP 5 >= 5.1.0, PHP 7, PHP 8) AppendIterator::key — 現在のキーを取得する 説明 public AppendIterator::key (): scalar 現在のキーを取得します。 パラメータ この関数に ...
https://man.plustar.jp/php/appenditerator.key.html - [similar]
オブジェクト 0
« Iterable 列挙型 / Enum » PHP Manual 型 オブジェクト オブジェクト オブジェクトの初期化 オブジェクトを初期化するためには、 new 命令によりオブジェクトのインスタンスを変数に作成します。 <?php class foo { function do_foo () { echo "foo を実行します。" ; } } $bar = new foo ; $bar -> do_foo ( ...
https://man.plustar.jp/php/language.types.object.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
ReflectionEnumBackedCase クラス 0
« ReflectionEnumUnitCase::getValue ReflectionEnumBackedCase::__construct » PHP Manual リフレクション ReflectionEnumBackedCase クラス ReflectionEnumBackedCase クラス (PHP 8 >= 8.1.0) はじめに ReflectionEnumBackedCase クラスは、 Backed Enum の case に関する情報を報告します。 これは、スカラ ...
https://man.plustar.jp/php/class.reflectionenumbackedcase.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT