検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 395 for next (0.014 sec.)
APCUIterator クラス 4032
« apcu_store APCUIterator::__construct » PHP Manual APCu APCUIterator クラス APCUIterator クラス ... getTotalSize (): int public key (): string public next (): bool public rewind (): void public valid (): b ... or::key — イテレータのキーを取得する APCUIterator::next — ポインタを次の項目に移動させる APCUIterator::rew ...
https://man.plustar.jp/php/class.apcuiterator.html - [similar]
IntlIterator クラス 4032
« IntlException IntlIterator::current » PHP Manual intl IntlIterator クラス IntlIterator クラス ... blic current (): mixed public key (): mixed public next (): void public rewind (): void public valid (): b ... Iterator::key — 現在のキーを取得する IntlIterator::next — 次の要素に進む IntlIterator::rewind — イテレータ ...
https://man.plustar.jp/php/class.intliterator.html - [similar]
SimpleXMLIterator クラス 4032
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... c hasChildren (): bool public key (): mixed public next (): void public rewind (): void public valid (): b ... terator::key — 現在のキーを返す SimpleXMLIterator::next — 次の要素に移動する SimpleXMLIterator::rewind — 最 ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
LDAP 関数 4032
« LDAP コントロール ldap_8859_to_t61 » PHP Manual LDAP LDAP 関数 LDAP 関数 目次 ldap_8859_to_t61 ... る ldap_modify — のエイリアス ldap_mod_replace ldap_next_attribute — 結果における次の属性を得る ldap_next_e ... ntry — 次の結果エントリを得る ldap_next_reference — 次のリファレンスを得る ldap_parse_exop ...
https://man.plustar.jp/php/ref.ldap.html - [similar]
イテレータの現在のエントリに関連づけるデータを設定する 4032
« SplObjectStorage::serialize SplObjectStorage::unserialize » PHP Manual SplObjectStorage イテレ ... ( $s -> valid ()) { $s -> setInfo ( "new" ); $s -> next (); } var_dump ( $s [ $o1 ]); var_dump ( $s [ $o2 ... y() - イテレータの現在位置を返す SplObjectStorage::next() - 次のエントリに移動する SplObjectStorage::valid ...
https://man.plustar.jp/php/splobjectstorage.setinfo.html - [similar]
Lightweight Directory Access Protocol 3997
« GearmanException はじめに » PHP Manual その他のサービス Lightweight Directory Access Protocol ... る ldap_modify — のエイリアス ldap_mod_replace ldap_next_attribute — 結果における次の属性を得る ldap_next_e ... ntry — 次の結果エントリを得る ldap_next_reference — 次のリファレンスを得る ldap_parse_exop ...
https://man.plustar.jp/php/book.ldap.html - [similar]
RecursiveIteratorIterator クラス 3997
« RecursiveFilterIterator::hasChildren RecursiveIteratorIterator::beginChildren » PHP Manual イテ ... ): ? RecursiveIterator public key (): mixed public next (): void public nextElement (): void public rewind ... 現在のキーにアクセスする RecursiveIteratorIterator::next — 次の要素に移動する RecursiveIteratorIterator::ne ...
https://man.plustar.jp/php/class.recursiveiteratoriterator.html - [similar]
SeekableIterator インターフェイス 3997
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... ed public Iterator::key (): mixed public Iterator::next (): void public Iterator::rewind (): void public I ... () { return $this -> position ; } public function next () { ++ $this -> position ; } public function vali ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
SplPriorityQueue クラス 3997
« SplMinHeap::compare SplPriorityQueue::compare » PHP Manual データ構造 SplPriorityQueue クラス ... public isEmpty (): bool public key (): int public next (): void public recoverFromCorruption (): bool pub ... 現在のノードのインデックスを返す SplPriorityQueue::next — 次のノードに移動する SplPriorityQueue::recoverFr ...
https://man.plustar.jp/php/class.splpriorityqueue.html - [similar]
配列からキーを取り出す 3997
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP ... name == 'リンゴ' ) { echo key ( $array ), "\n" ; } next ( $array ); } ?> 上の例の出力は以下となります。 fr ... 4 fruit5 参考 current() - 配列内の現在の要素を返す next() - 配列の内部ポインタを進める array_key_first() - ...
https://man.plustar.jp/php/function.key.html - [similar]