検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 395 for next (0.029 sec.)
Makes the next row in a result set available for reading 6056
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... le, might only be in Git) sqlsrv_fetch — Makes the next row in a result set available for reading 説明 sql ... int $row = ? , int $offset = ? ): mixed Makes the next row in a result set available for reading. Use sql ... take on one of the following values: SQLSRV_SCROLL_NEXT SQLSRV_SCROLL_PRIOR SQLSRV_SCROLL_FIRST SQLSRV_SCR ... result set has index 0. 戻り値 Returns true if the next row of a result set was successfully retrieved, fa ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
次の行を読み出す 6056
« SplFileObject::key SplFileObject::rewind » PHP Manual SplFileObject 次の行を読み出す SplFileOb ... ject::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplFileObject::next ... — 次の行を読み出す 説明 public SplFileObject::next (): void ファイルの次の行に進みます。 パラメータ こ ... せん。 戻り値 値を返しません。 例 例1 SplFileObject::next() の例 <?php // 行単位でファイルを読み込む $file = ... le -> eof ()) { echo $file -> current (); $file -> next (); } ?> 参考 SplFileObject::current() - ファイルの ...
https://man.plustar.jp/php/splfileobject.next.html - [similar]
次のリファレンスを得る 6022
« ldap_next_entry ldap_parse_exop » PHP Manual LDAP 関数 次のリファレンスを得る ldap_next_refere ... nce (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) ldap_next_reference — 次のリファレンスを得る 説明 ldap_next_ ... 述されています。 関連キーワード: リファレンス , 次 , next , reference , entry , 関数 , ResultEntry , exop , ...
https://man.plustar.jp/php/function.ldap-next-reference.html - [similar]
ジェネレータを続行する 6022
« Generator::key Generator::rewind » PHP Manual Generator ジェネレータを続行する Generator::next ... (PHP 5 >= 5.5.0, PHP 7, PHP 8) Generator::next — ジェネレータを続行する 説明 public Generator::ne ... xt (): void Generator::next() のコールは、 null を引数として Generator::send() ... 値を返しません。 関連キーワード: Generator , 続行 , next , コール , パラメータ , key , rewind , public , se ...
https://man.plustar.jp/php/generator.next.html - [similar]
次のエントリに移動する 5867
« SplObjectStorage::key SplObjectStorage::offsetExists » PHP Manual SplObjectStorage 次のエントリ ... に移動する SplObjectStorage::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) SplObjectStorage::n ... 次のエントリに移動する 説明 public SplObjectStorage::next (): void イテレータを、ストレージ内の次のオブジェク ... 。 戻り値 値を返しません。 例 例1 SplObjectStorage::next() の例 <?php $s = new SplObjectStorage (); $o1 = n ... 等 var_dump ( $index ); var_dump ( $object ); $s -> next (); } ?> 上の例の出力は、 たとえば以下のようになり ...
https://man.plustar.jp/php/splobjectstorage.next.html - [similar]
ポインタを次の項目に移動させる 5832
« APCUIterator::key APCUIterator::rewind » PHP Manual APCUIterator ポインタを次の項目に移動させる ... APCUIterator::next (PECL apcu >= 5.0.0) APCUIterator::next — ポインタ ... を次の項目に移動させる 説明 public APCUIterator::next (): bool イテレータのポインタを次の要素に移動させま ... terator::rewind() - イテレータを巻き戻す Iterator::next() - 次の要素に進む 関連キーワード: ポインタ , 移動 ... , APCUIterator , 項目 , 次 , next , rewind , 要素 , パラメータ , 成功 ...
https://man.plustar.jp/php/apcuiterator.next.html - [similar]
次のフィールド名を得る 5832
« fdf_header fdf_open_string » PHP Manual FDF 関数 次のフィールド名を得る fdf_next_field_name (P ... HP 4, PHP 5 < 5.3.0, PECL fdf SVN) fdf_next_field_name — 次のフィールド名を得る 説明 fdf_next_ ... = fdf_open ( $HTTP_FDF_DATA ); for ( $field = fdf_next_field_name ( $fdf ); $field != "" ; $field = fdf_n ... ード: フィールド , fdf , 次 , string , FDF , open , next , 名前 , fieldname , document ...
https://man.plustar.jp/php/function.fdf-next-field-name.html - [similar]
複数の結果が利用可能などうか確認する 5832
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する o ... dbc_next_result (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) odbc_ ... t — 複数の結果が利用可能などうか確認する 説明 odbc_next_result ( resource $statement ): bool まだ結果セット ... 、それ以外の場合に false を返します。 例 例1 odbc_next_result() <?php $r_Connection = odbc_connect ( $dsn ... "二番目の結果セットを取得します " ; var_dump ( odbc_next_result ( $r_Results )); $a_Row1 = odbc_fetch_array ...
https://man.plustar.jp/php/function.odbc-next-result.html - [similar]
Add a callback function to the next event loop. 5755
« Swoole\Event::add Swoole\Event::del » PHP Manual Swoole\Event Add a callback function to the next ... oole\Event::defer — Add a callback function to the next event loop. 説明 public static Swoole\Event::defer ... 戻り値 関連キーワード: callback , Add , function , next , event , Swoole , Event , the , defer , swoole ...
https://man.plustar.jp/php/swoole-event.defer.html - [similar]
次の要素に移動する 5712
« AppendIterator::key AppendIterator::rewind » PHP Manual AppendIterator 次の要素に移動する Appe ... ndIterator::next (PHP 5 >= 5.1.0, PHP 7, PHP 8) AppendIterator::nex ... t — 次の要素に移動する 説明 public AppendIterator::next (): void 次の要素に移動します。もし別のイテレータに ... ありません。 戻り値 値を返しません。 参考 Iterator::next() - 次の要素に進む AppendIterator::current() - 現在 ... 関連キーワード: 要素 , AppendIterator , 移動 , 次 , next , key , rewind , パラメータ , 取得 , public ...
https://man.plustar.jp/php/appenditerator.next.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT