検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1032 for example (0.055 sec.)
指定したインデックスに新しい値をセットする 3284
« ArrayObject::offsetGet ArrayObject::offsetUnset » PHP Manual ArrayObject 指定したインデックスに ... 。 例 例1 ArrayObject::offsetSet() の例 <?php class Example { public $property = 'prop:public' ; } $arrayobj = ... new ArrayObject (new Example ()); $arrayobj -> offsetSet ( 4 , 'four' ); $array ...
https://man.plustar.jp/php/arrayobject.offsetset.html - [similar]
現在の DirectoryIterator アイテムが実行可能であるかどうかを調べる 3284
« DirectoryIterator::isDot DirectoryIterator::isFile » PHP Manual DirectoryIterator 現在の Direc ... ?> 上の例の出力は、 たとえば以下のようになります。 example.php myscript.sh 参考 DirectoryIterator::isReadable ... or , アイテム , 実行 , isExecutable , パラメータ , example , getPerms , 書き込み , isWritable , 読込 ...
https://man.plustar.jp/php/directoryiterator.isexecutable.html - [similar]
Creates a new deque using a callable to determine which values to include 3284
« Ds\Deque::count Ds\Deque::find » PHP Manual Deque Creates a new deque using a callable to dete ... llback was not provided. 例 例1 Ds\Deque::filter() example using callback function <?php $deque = new \ Ds \ ... [0]=> int(2) [1]=> int(4) } 例2 Ds\Deque::filter() example without a callback function <?php $deque = new \ D ...
https://man.plustar.jp/php/ds-deque.filter.html - [similar]
Reduces the deque to a single value using a callback function 3284
« Ds\Deque::push Ds\Deque::remove » PHP Manual Deque Reduces the deque to a single value using a ... back. 例 例1 Ds\Deque::reduce() with initial value example <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); $ ... 0) 例2 Ds\Deque::reduce() without an initial value example <?php $deque = new \ Ds \ Deque ([ 1 , 2 , 3 ]); v ...
https://man.plustar.jp/php/ds-deque.reduce.html - [similar]
Removes and returns a value by key 3284
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::rem ... eys will be coerced to integers by the engine. For example, $map["1"] will attempt to access int(1) , while $ ... lt value was not provided. 例 例1 Ds\Map::remove() example <?php $map = new \ Ds \ Map ([ "a" => 1 , "b" => 2 ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Creates a new sequence using a callable to determine which values to include 3284
« Ds\Sequence::contains Ds\Sequence::find » PHP Manual Sequence Creates a new sequence using a c ... ack was not provided. 例 例1 Ds\Sequence::filter() example using callback function <?php $sequence = new \ Ds ... => int(2) [1]=> int(4) } 例2 Ds\Sequence::filter() example without a callback function <?php $sequence = new ...
https://man.plustar.jp/php/ds-sequence.filter.html - [similar]
Inserts values at a given index 3284
« Ds\Sequence::get Ds\Sequence::join » PHP Manual Sequence Inserts values at a given index Ds\Se ... e index is not valid. 例 例1 Ds\Sequence::insert() example <?php $sequence = new \ Ds \ Vector (); $sequence ... , insert , string , Ds , Sequence , 例外 , 出力 , example ...
https://man.plustar.jp/php/ds-sequence.insert.html - [similar]
Creates a new set using a callable to determine which values to include 3284
« Ds\Set::diff Ds\Set::first » PHP Manual Set Creates a new set using a callable to determine wh ... callback was not provided. 例 例1 Ds\Set::filter() example using callback function <?php $set = new \ Ds \ Se ... { [0]=> int(2) [1]=> int(4) } 例2 Ds\Set::filter() example without a callback function <?php $set = new \ Ds ...
https://man.plustar.jp/php/ds-set.filter.html - [similar]
Creates a new vector using a callable to determine which values to include 3284
« Ds\Vector::count Ds\Vector::find » PHP Manual Vector Creates a new vector using a callable to ... lback was not provided. 例 例1 Ds\Vector::filter() example using callback function <?php $vector = new \ Ds \ ... 0]=> int(2) [1]=> int(4) } 例2 Ds\Vector::filter() example without a callback function <?php $vector = new \ ...
https://man.plustar.jp/php/ds-vector.filter.html - [similar]
Apacheサブプロセスの環境変数を設定する 3284
« apache_response_headers getallheaders » PHP Manual Apache 関数 Apacheサブプロセスの環境変数を設 ... 使った Apache 環境変数の設定 <?php apache_setenv ( "EXAMPLE_VAR" , "Example Value" ); ?> 注意 注意 : apache_se ...
https://man.plustar.jp/php/function.apache-setenv.html - [similar]