検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 1267 for value (0.005 sec.)
foreach 4457
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ... の構文があります。 foreach (iterable_expression as $value) 文 foreach (iterable_expression as $key => $value ... ープ処理を行います。各反復において現在の要素の値が $value に代入されます。 2番目の形式は、さらに各反復で現在 ... す。 ループの中で配列の要素を直接変更したい場合は、 $value の前に & をつけます。こうすると、変数には リファレ ... arr = array( 1 , 2 , 3 , 4 ); foreach ( $arr as & $value ) { $value = $value * 2 ; } // $arr は array(2, 4, ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
Updates all values by applying a callback function to each value 4457
« Ds\Deque::allocate Ds\Deque::capacity » PHP Manual Deque Updates all values by applying a call ... back function to each value Ds\Deque::apply (PECL ds >= 1.0.0) Ds\Deque::apply ... — Updates all values by applying a callback function to each value 説明 ... ue::apply ( callable $callback ): void Updates all values by applying a callback function to each value in ... the deque. パラメータ callback callback ( mixed $value ): mixed A callable to apply to each value in the ...
https://man.plustar.jp/php/ds-deque.apply.html - [similar]
Updates all values by applying a callback function to each value 4457
« Ds\Sequence::allocate Ds\Sequence::capacity » PHP Manual Sequence Updates all values by applyi ... ng a callback function to each value Ds\Sequence::apply (PECL ds >= 1.0.0) Ds\Sequence: ... :apply — Updates all values by applying a callback function to each value 説明 ... ce::apply ( callable $callback ): void Updates all values by applying a callback function to each value in ... he sequence. パラメータ callback callback ( mixed $value ): mixed A callable to apply to each value in the ...
https://man.plustar.jp/php/ds-sequence.apply.html - [similar]
Updates all values by applying a callback function to each value 4457
« Ds\Vector::allocate Ds\Vector::capacity » PHP Manual Vector Updates all values by applying a c ... allback function to each value Ds\Vector::apply (PECL ds >= 1.0.0) Ds\Vector::app ... ly — Updates all values by applying a callback function to each value 説明 ... or::apply ( callable $callback ): void Updates all values by applying a callback function to each value in ... the vector. パラメータ callback callback ( mixed $value ): mixed A callable to apply to each value in the ...
https://man.plustar.jp/php/ds-vector.apply.html - [similar]
Set a new value to the atomic object. 4457
« Swoole\Atomic::get Swoole\Atomic::sub » PHP Manual Swoole\Atomic Set a new value to the atomic ... CL swoole >= 1.9.0) Swoole\Atomic::set — Set a new value to the atomic object. 説明 public Swoole\Atomic::s ... et ( int $value ): int Set a new value to the atomic object. 警告 ... ん。引数のリストのみが 記述されています。 パラメータ value The value to set to the atomic object. 戻り値 The ... current value of the atomic object. 関連キーワード: Set , new , ...
https://man.plustar.jp/php/swoole-atomic.set.html - [similar]
Set Value 4434
« UI\Controls\Progress::getValue UI\Controls\Separator » PHP Manual UI\Controls\Progress Set Value ... ue UI\Controls\Progress::setValue (UI 0.9.9) UI\Controls\Progress::setValue — Set Va ... lue 説明 public UI\Controls\Progress::setValue ( int $value ) Shall set the value for this Progre ... ss bar パラメータ value An integer between 0 and 100 (inclusive) 関連キーワ ... ード: Set , Value , Controls , setValue , getValue , Separator , pub ...
https://man.plustar.jp/php/ui-controls-progress.setvalue.html - [similar]
Attempts to find a value's index 4417
« Ds\Deque::filter Ds\Deque::first » PHP Manual Deque Attempts to find a value's index Ds\Deque: ... L ds >= 1.0.0) Ds\Deque::find — Attempts to find a value's index 説明 public Ds\Deque::find ( mixed $value ... ): mixed Returns the index of the value , or false if not found. パラメータ value The valu ... e to find. 戻り値 The index of the value, or false if not found. 注意 : Values will be comp ... ared by value and by type. 例 例1 Ds\Deque::find() example <?php ...
https://man.plustar.jp/php/ds-deque.find.html - [similar]
Attempts to find a value's index 4417
« Ds\Sequence::filter Ds\Sequence::first » PHP Manual Sequence Attempts to find a value's index ... s >= 1.0.0) Ds\Sequence::find — Attempts to find a value's index 説明 abstract public Ds\Sequence::find ( m ... ixed $value ): mixed Returns the index of the value , or false ... if not found. パラメータ value The value to find. 戻り値 The index of the value, ... or false if not found. 注意 : Values will be compared by value and by type. 例 例1 Ds\ ...
https://man.plustar.jp/php/ds-sequence.find.html - [similar]
Attempts to find a value's index 4417
« Ds\Vector::filter Ds\Vector::first » PHP Manual Vector Attempts to find a value's index Ds\Vec ... ds >= 1.0.0) Ds\Vector::find — Attempts to find a value's index 説明 public Ds\Vector::find ( mixed $value ... ): mixed Returns the index of the value , or false if not found. パラメータ value The valu ... e to find. 戻り値 The index of the value, or false if not found. 注意 : Values will be comp ... ared by value and by type. 例 例1 Ds\Vector::find() example <?ph ...
https://man.plustar.jp/php/ds-vector.find.html - [similar]
Provide a return value for an existing function 4417
« uopz_set_property uopz_set_static » PHP Manual Uopz 関数 Provide a return value for an existin ... 6, PECL uopz 7) uopz_set_return — Provide a return value for an existing function 説明 uopz_set_return ( st ... ring $function , mixed $value , bool $execute = false ): bool uopz_set_return ( ... string $class , string $function , mixed $value , bool $execute = false ): bool Sets the return va ... lue of the function to value . If value is a Closure and execute is set, the Cl ...
https://man.plustar.jp/php/function.uopz-set-return.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT