検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 24 for iterable (0.008 sec.)
Iterable 13694
« 配列 オブジェクト » PHP Manual 型 Iterable Iterable Iterable は PHP 7.1 で導入された疑似型です ... あり、また、 ジェネレータ 内で yield from できます。 Iterable の使用 Iterable は、関数が値のセットを要求するもの ... スでもない場合は、 TypeError がスローされます。 例1 Iterable パラメータ型の例 <?php function foo ( iterable $it ... erable ) { foreach ( $iterable as $value ) { // ... } } ?> Iterable として宣言され ... または配列をデフォルト値 として使用できます。 例2 Iterable パラメータのデフォルト値の例 <?php function foo ( ...
https://man.plustar.jp/php/language.types.iterable.html - [similar]
変数の内容が反復可能な値であることを確認する 12727
« is_integer is_long » PHP Manual 変数操作 関数 変数の内容が反復可能な値であることを確認する is_ ... iterable (PHP 7 >= 7.1.0, PHP 8) is_iterable — 変数の内容が反復可能な値であることを確認する 説明 ... is_iterable ( mixed $value ): bool 変数の内容が iterable 疑似型 ... ば true を、そうでなければ false を返す。 例 例1 is_iterable() の例 <?php var_dump ( is_iterable ([ 1 , 2 , 3 ] ... )); // bool(true) var_dump ( is_iterable (new ArrayIterator ([ 1 , 2 , 3 ]))); // bool(true ...
https://man.plustar.jp/php/function.is-iterable.html - [similar]
このクラスがイテレーション可能かを調べる 11009
« ReflectionClass::isInternal ReflectionClass::isIterateable » PHP Manual ReflectionClass このク ... スがイテレーション可能かを調べる ReflectionClass::isIterable (PHP 7 >= 7.2.0, PHP 8) ReflectionClass::isIterabl ... ション可能かを調べる 説明 public ReflectionClass::isIterable (): bool このクラスがイテレーション可能か(つまり、 ... se を返します。 例 例1 基本的な ReflectionClass::isIterable() の例 <?php class IteratorClass implements Iterat ... ratorClass { } class NonIterator { } function dump_iterable ( $class ) { $reflection = new ReflectionClass ( $ ...
https://man.plustar.jp/php/reflectionclass.isiterable.html - [similar]
is_int のエイリアス 8640
« is_int is_iterable » PHP Manual 変数操作 関数 is_int のエイリアス is_integer (PHP 4, PHP 5, PH ... is_int() . 関連キーワード: int , 関数 , integer , iterable , 変数 , 操作 , ...
https://man.plustar.jp/php/function.is-integer.html - [similar]
is_int のエイリアス 8640
« is_iterable is_null » PHP Manual 変数操作 関数 is_int のエイリアス is_long (PHP 4, PHP 5, PHP ... す。 is_int() . 関連キーワード: int , 関数 , long , iterable , 変数 , 操作 , ...
https://man.plustar.jp/php/function.is-long.html - [similar]
8557
« コメント はじめに » PHP Manual 言語リファレンス 型 型 目次 はじめに 論理型 (boolean) 整数 浮動 ... 小数点数 文字列 数値形式の文字列 配列 Iterable オブジェクト 列挙型 / Enum リソース NULL コールバッ ... Callable 型宣言 型の相互変換 関連キーワード: 型 , Iterable , 相互 , 宣言 , Callable , リソース , Enum , オブジ ...
https://man.plustar.jp/php/language.types.html - [similar]
新機能 8290
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... ED_CONST = 3 ; private const PRIVATE_CONST = 4 ; } iterable 擬似型 新しい擬似型 ( callable と同じような型) であ ...iterable が導入されました。 パラメータおよび戻り値の型指定で ... の型が、 親クラスの array や Traversable を拡張して iterable に広げることができます。 戻り値の型に関しては、親ク ... ラスの iterable 型指定を子クラスで 配列あるいはオブジェクト ( Trav ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
その他の予約語の一覧 8240
« 定義済みの定数 リソース型の一覧 » PHP Manual 予約語の一覧 その他の予約語の一覧 その他の予約語の ... 予約語 int float bool string true false null void iterable (PHP 7.1 以降) object (PHP 7.2 以降) mixed (PHP 8. ... , 定義 , 定数 , リソース , int , float , string , iterable ...
https://man.plustar.jp/php/reserved.other-reserved-words.html - [similar]
foreach 7939
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ... ます。 この構造には二種類の構文があります。 foreach (iterable_expression as $value) 文 foreach (iterable_express ... ion as $key => $value) 文 最初の形式は、 iterable_expression で指定した反復可能な値に 関してループ処 ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
新しい関数 7806
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新しい関数 新しい関 ... () Session session_create_id() session_gc() SPL is_iterable() PCNTL pcntl_async_signals() pcntl_signal_get_han ...
https://man.plustar.jp/php/migration71.new-functions.html - [similar]
PREV 1 2 3 NEXT