検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 346 for Valid (0.008 sec.)
RecursiveIteratorIterator クラス 4263
« RecursiveFilterIterator::hasChildren RecursiveIteratorIterator::beginChildren » PHP Manual イテ ... ic setMaxDepth ( int $maxDepth = -1 ): void public valid (): bool } 定義済み定数 RecursiveIteratorIterator: ... — 最大の深さを設定する RecursiveIteratorIterator::valid — 現在の位置が有効かどうかをチェックする 関連キーワ ...
https://man.plustar.jp/php/class.recursiveiteratoriterator.html - [similar]
SeekableIterator インターフェイス 4263
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... public Iterator::rewind (): void public Iterator::valid (): bool } 例1 基本的な使用法 この例では、 Seekabl ... position ])) { throw new OutOfBoundsException ( "invalid seek position ( $position )" ); } $this -> positio ... next () { ++ $this -> position ; } public function valid () { return isset( $this -> array [ $this -> posit ... ます。 first element third element second element invalid seek position (10) 目次 SeekableIterator::seek — 位 ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
SplPriorityQueue クラス 4263
« SplMinHeap::compare SplPriorityQueue::compare » PHP Manual データ構造 SplPriorityQueue クラス ... gs ( int $flags ): int public top (): mixed public valid (): bool } 目次 SplPriorityQueue::compare — 要素の ... — キューの先頭のノードを取り出す SplPriorityQueue::valid — キューにまだノードがあるかどうかを調べる 関連キー ...
https://man.plustar.jp/php/class.splpriorityqueue.html - [similar]
Yaf_Config_Ini クラス 4263
« Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス ... xed $value ): void public toArray (): array public valid (): void /* 継承したメソッド */ abstract public Ya ... Array — PHP の配列として構成を返す Yaf_Config_Ini::valid — The valid purpose 関連キーワード: Yaf , Config , ...
https://man.plustar.jp/php/class.yaf-config-ini.html - [similar]
オブジェクトに関連付けられたロケールを取得する 4263
« IntlCalendar::getLeastMaximum IntlCalendar::getMaximum » PHP Manual IntlCalendar オブジェクトに ... ている、 もっとも特殊なロケールです - 詳細は Locale::VALID_LOCALE を参照下さい。 ロケールは実際のロケール、有 ... :: ACTUAL_LOCALE ), $cal -> getLocale ( Locale :: VALID_LOCALE ) ); 上の例の出力は以下となります。 string( ...
https://man.plustar.jp/php/intlcalendar.getlocale.html - [similar]
現在のストレージの要素を返す 4263
« SplObjectStorage::count SplObjectStorage::detach » PHP Manual SplObjectStorage 現在のストレージ ... tach ( $o2 , "d2" ); $s -> rewind (); while( $s -> valid ()) { $index = $s -> key (); $object = $s -> curre ... :next() - 次のエントリに移動する SplObjectStorage::valid() - イテレータの現在のエントリが有効かどうかを返す ...
https://man.plustar.jp/php/splobjectstorage.current.html - [similar]
イテレータの現在のエントリに関連づけられたデータを返す 4263
« SplObjectStorage::getHash SplObjectStorage::key » PHP Manual SplObjectStorage イテレータの現在 ... tach ( $o2 , "d2" ); $s -> rewind (); while( $s -> valid ()) { $index = $s -> key (); $object = $s -> curre ... :next() - 次のエントリに移動する SplObjectStorage::valid() - イテレータの現在のエントリが有効かどうかを返す ...
https://man.plustar.jp/php/splobjectstorage.getinfo.html - [similar]
Move the cursor in the result 4218
« cubrid_lock_write cubrid_next_result » PHP Manual CUBRID 関数 Move the cursor in the result cu ... f the value of cursor movement range goes over the valid limit, then the cursor moves to the next location ... after the valid range for the cursor. For example, if you move 20 ...
https://man.plustar.jp/php/function.cubrid-move-cursor.html - [similar]
パスワードがハッシュにマッチするかどうかを調べる 4218
« password_needs_rehash Sodium » PHP Manual Password Hashing 関数 パスワードがハッシュにマッチす ... y ( 'rasmuslerdorf' , $hash )) { echo 'Password is valid!' ; } else { echo 'Invalid password.' ; } ?> 上の例 ... の出力は以下となります。 Password is valid! 参考 password_hash() - パスワードハッシュを作る » ...
https://man.plustar.jp/php/function.password-verify.html - [similar]
カレンダーオブジェクトのコピーを取得する 4218
« IntlDateFormatter::getTimeZoneId IntlDateFormatter::getTimeZone » PHP Manual IntlDateFormatter ... l -> getTimeZone (), $cal -> getLocale ( Locale :: VALID_LOCALE ) ); 上の例の出力は以下となります。 string( ... 7) "islamic" object(IntlTimeZone)#3 (4) { ["valid"]=> bool(true) ["id"]=> string(9) "GMT-01:00" ["ra ...
https://man.plustar.jp/php/intldateformatter.getcalendarobject.html - [similar]