検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 2375 for New (1.008 sec.)
CallbackFilterIterator クラス 2336
« CachingIterator::valid CallbackFilterIterator::accept » PHP Manual イテレータ CallbackFilterIt ... 関数などです。 例2 コールバックの基本例 <?php $dir = new FilesystemIterator ( __DIR__ ); // 大きなファイル ... rrent -> getSize () > 104857600 ; } $large_files = new CallbackFilterIterator ( $dir , 'is_large_file' ); ... // ディレクトリをフィルタします $files = new CallbackFilterIterator ( $dir , function ( $curren ...
https://man.plustar.jp/php/class.callbackfilteriterator.html - [similar]
WeakMap クラス 2336
« WeakReference::get WeakMap::__construct » PHP Manual 定義済みのインターフェイスとクラス WeakMa ... ): void } 例 例1 Weakmap の使い方の例 <?php $wm = new WeakMap (); $o = new StdClass ; class A { public f ... __destruct () { echo "Dead!\n" ; } } $wm [ $o ] = new A ; var_dump ( count ( $wm )); echo "Unsetting...\ ...
https://man.plustar.jp/php/class.weakmap.html - [similar]
DateTime オブジェクトのタイムゾーンを設定する 2336
« DateTime::setTimestamp DateTime::sub » PHP Manual DateTime DateTime オブジェクトのタイムゾーン ... etTimeZone() の例 オブジェクト指向型 <?php $date = new DateTime ( '2000-01-01' , new DateTimeZone ( 'Paci ... ( 'Y-m-d H:i:sP' ) . "\n" ; $date -> setTimezone (new DateTimeZone ( 'Pacific/Chatham' )); echo $date -> ...
https://man.plustar.jp/php/datetime.settimezone.html - [similar]
Returns whether the collection is empty 2336
« Ds\Collection::copy Ds\Collection::toArray » PHP Manual Collection Returns whether the collect ... 例 例1 Ds\Collection::isEmpty() example <?php $a = new \ Ds \ Vector ([ 1 , 2 , 3 ]); $b = new \ Ds \ Vec ...
https://man.plustar.jp/php/ds-collection.isempty.html - [similar]
Returns whether the deque is empty 2336
« Ds\Deque::insert Ds\Deque::join » PHP Manual Deque Returns whether the deque is empty Ds\Deque ... ise. 例 例1 Ds\Deque::isEmpty() example <?php $a = new \ Ds \ Deque ([ 1 , 2 , 3 ]); $b = new \ Ds \ Dequ ...
https://man.plustar.jp/php/ds-deque.isempty.html - [similar]
Returns whether the pair is empty 2336
« Ds\Pair::copy Ds\Pair::jsonSerialize » PHP Manual Pair Returns whether the pair is empty Ds\Pa ... wise. 例 例1 Ds\Pair::isEmpty() example <?php $a = new \ Ds \ Pair ( "a" , 1 ); $b = new \ Ds \ Pair (); ...
https://man.plustar.jp/php/ds-pair.isempty.html - [similar]
Returns whether the queue is empty 2336
« Ds\Queue::count Ds\Queue::jsonSerialize » PHP Manual Queue Returns whether the queue is empty ... ise. 例 例1 Ds\Queue::isEmpty() example <?php $a = new \ Ds \ Queue ([ 1 , 2 , 3 ]); $b = new \ Ds \ Queu ...
https://man.plustar.jp/php/ds-queue.isempty.html - [similar]
Returns whether the set is empty 2336
« Ds\Set::intersect Ds\Set::join » PHP Manual Set Returns whether the set is empty Ds\Set::isEmp ... rwise. 例 例1 Ds\Set::isEmpty() example <?php $a = new \ Ds \ Set ([ 1 , 2 , 3 ]); $b = new \ Ds \ Set () ...
https://man.plustar.jp/php/ds-set.isempty.html - [similar]
Returns whether the stack is empty 2336
« Ds\Stack::count Ds\Stack::jsonSerialize » PHP Manual Stack Returns whether the stack is empty ... ise. 例 例1 Ds\Stack::isEmpty() example <?php $a = new \ Ds \ Stack ([ 1 , 2 , 3 ]); $b = new \ Ds \ Stac ...
https://man.plustar.jp/php/ds-stack.isempty.html - [similar]
Returns whether the vector is empty 2336
« Ds\Vector::insert Ds\Vector::join » PHP Manual Vector Returns whether the vector is empty Ds\V ... se. 例 例1 Ds\Vector::isEmpty() example <?php $a = new \ Ds \ Vector ([ 1 , 2 , 3 ]); $b = new \ Ds \ Vec ...
https://man.plustar.jp/php/ds-vector.isempty.html - [similar]