検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 237 for rewind (0.006 sec.)
ファイルポインタの位置を先頭に戻す 7108
« rename rmdir » PHP Manual ファイルシステム 関数 ファイルポインタの位置を先頭に戻す rewind (PHP ... 4, PHP 5, PHP 7, PHP 8) rewind — ファイルポインタの位置を先頭に戻す 説明 rewind ( ... true を、失敗した場合に false を返します。 例 例1 rewind() での上書きの例 <?php $handle = fopen ( 'output.t ... ' ); fwrite ( $handle , 'Really long sentence.' ); rewind ( $handle ); fwrite ( $handle , 'Foo' ); rewind ( ... 関連キーワード: ポインタ , 位置 , 先頭 , ファイル , rewind , stream , バイナリ , オープン , セーフ , Foolly ...
https://man.plustar.jp/php/function.rewind.html - [similar]
ファイルポインタを先頭に巻き戻す 7006
« SplFileObject::next SplFileObject::seek » PHP Manual SplFileObject ファイルポインタを先頭に巻き ... 戻す SplFileObject::rewind (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::rewi ... ポインタを先頭に巻き戻す 説明 public SplFileObject::rewind (): void ファイルポインタを先頭に巻き戻します。 パ ... Exception がスローされます。 例 例1 SplFileObject::rewind() の例 <?php $file = new SplFileObject ( "misc.txt ... file as $line ) { } // 最初の行に巻き戻す $file -> rewind (); // 最初の行を出力する echo $file -> current () ...
https://man.plustar.jp/php/splfileobject.rewind.html - [similar]
イテレータをストレージの最初の要素に巻き戻す 7006
« SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ ... をストレージの最初の要素に巻き戻す SplObjectStorage::rewind (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplObjectStorage::r ... の最初の要素に巻き戻す 説明 public SplObjectStorage::rewind (): void イテレータをストレージの最初の要素に巻き戻 ... 。 戻り値 値を返しません。 例 例1 SplObjectStorage::rewind() の例 <?php $s = new SplObjectStorage (); $o1 = n ... ( $o1 , "d1" ); $s -> attach ( $o2 , "d2" ); $s -> rewind (); while( $s -> valid ()) { $index = $s -> key () ...
https://man.plustar.jp/php/splobjectstorage.rewind.html - [similar]
イテレータを巻き戻す 6864
« AppendIterator::next AppendIterator::valid » PHP Manual AppendIterator イテレータを巻き戻す Ap ... pendIterator::rewind (PHP 5 >= 5.1.0, PHP 7, PHP 8) AppendIterator::rew ... — イテレータを巻き戻す 説明 public AppendIterator::rewind (): void 最初の内部イテレータの最初の要素まで巻き戻 ... ありません。 戻り値 値を返しません。 参考 Iterator::rewind() - イテレータの最初の要素に巻き戻す AppendIterato ... 効かどうかを調べる 関連キーワード: AppendIterator , rewind , 要素 , 最初 , next , valid , パラメータ , 取得 , ...
https://man.plustar.jp/php/appenditerator.rewind.html - [similar]
最初の要素に巻き戻す 6864
« SimpleXMLIterator::next SimpleXMLIterator::valid » PHP Manual SimpleXMLIterator 最初の要素に巻 ... き戻す SimpleXMLIterator::rewind (PHP 5, PHP 7, PHP 8) SimpleXMLIterator::rewind... 最初の要素に巻き戻す 説明 public SimpleXMLIterator::rewind (): void このメソッドは、 SimpleXMLIterator を最初 ... book>XML Basics</book></books>' ); $xmlIterator -> rewind (); var_dump ( $xmlIterator -> current ()); ?> 上の ... 関連キーワード: 最初 , 要素 , SimpleXMLIterator , rewind , パラメータ , next , valid , public , メソッド , ...
https://man.plustar.jp/php/simplexmliterator.rewind.html - [similar]
Rewinds iterator 6823
« Swoole\Connection\Iterator::offsetUnset Swoole\Connection\Iterator::valid » PHP Manual Swoole\ ... Connection\Iterator Rewinds iterator Swoole\Connection\Iterator::rewind (PECL ... swoole >= 1.9.0) Swoole\Connection\Iterator::rewindRewinds iterator 説明 public Swoole\Connection\I ... terator::rewind (): void パラメータ この関数にはパラメータはありま ... せん。 戻り値 関連キーワード: Rewinds , Swoole , Connection , rewind , パラメータ , off ...
https://man.plustar.jp/php/swoole-connection-iterator.rewind.html - [similar]
イテレータを先頭に巻き戻す 6629
« SplDoublyLinkedList::push SplDoublyLinkedList::serialize » PHP Manual SplDoublyLinkedList イテ ... レータを先頭に巻き戻す SplDoublyLinkedList::rewind (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplDoublyLinkedList ... ::rewind — イテレータを先頭に巻き戻す 説明 public SplDoubly ... LinkedList::rewind (): void イテレータを先頭に巻き戻します。 パラメー ... せん。 関連キーワード: 先頭 , SplDoublyLinkedList , rewind , パラメータ , serialize , public , 関数 , ...
https://man.plustar.jp/php/spldoublylinkedlist.rewind.html - [similar]
イテレータを先頭に巻き戻す 6629
« SplFixedArray::offsetUnset SplFixedArray::setSize » PHP Manual SplFixedArray イテレータを先頭に ... 巻き戻す SplFixedArray::rewind (PHP 5 >= 5.3.0, PHP 7) SplFixedArray::rewind — イ ... テレータを先頭に巻き戻す 説明 public SplFixedArray::rewind (): void イテレータを先頭に巻き戻します。 パラメー ... 返しません。 関連キーワード: 先頭 , SplFixedArray , rewind , パラメータ , offsetUnset , setSize , public , 関 ...
https://man.plustar.jp/php/splfixedarray.rewind.html - [similar]
イテレータを巻き戻す 6588
« Generator::next Generator::send » PHP Manual Generator イテレータを巻き戻す Generator::rewind ... (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::rewind — イテレータを巻き戻す 説明 public Generator::rewi ... 戻り値 値を返しません。 関連キーワード: Generator , rewind , パラメータ , next , send , public , 処理 , 例外 ...
https://man.plustar.jp/php/generator.rewind.html - [similar]
内部ポインタを先頭にリセット 6537
« SolrDocument::reset SolrDocument::serialize » PHP Manual SolrDocument 内部ポインタを先頭にリセ ... ット SolrDocument::rewind (PECL solr >= 0.9.2) SolrDocument::rewind — 内部ポ ... インタを先頭にリセット 説明 public SolrDocument::rewind (): void 内部ポインタを先頭にリセットします。 パラ ... 内部 , ポインタ , 先頭 , リセット , SolrDocument , rewind , パラメータ , 関数 , serialize , public ...
https://man.plustar.jp/php/solrdocument.rewind.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT