検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 250 for 移動 (0.005 sec.)
次のエントリに移動する 6077
« SplObjectStorage::key SplObjectStorage::offsetExists » PHP Manual SplObjectStorage 次のエントリ ...移動する SplObjectStorage::next (PHP 5 >= 5.1.0, PHP 7, ... PHP 8) SplObjectStorage::next — 次のエントリに移動する 説明 public SplObjectStorage::next (): void イテ ... レータを、ストレージ内の次のオブジェクトに移動します。 パラメータ この関数にはパラメータはありませ ... タをストレージの最初の要素に巻き戻す 関連キーワード: 移動 , エントリ , SplObjectStorage , 次 , next , stdCla ...
https://man.plustar.jp/php/splobjectstorage.next.html - [similar]
ファイルポインタを移動する 6006
« fscanf fstat » PHP Manual ファイルシステム 関数 ファイルポインタを移動する fseek (PHP 4, PHP 5 ... , PHP 7, PHP 8) fseek — ファイルポインタを移動する 説明 fseek ( resource $stream , int $offset , i ... り得られます。 一般的に、ファイルの終端より先の位置に移動することも許されています。 そこにデータを書き込んだ場 ... offset オフセット。 ファイルの終端から数えた位置に移動するには、負の値を offset に渡して whence を SEEK_EN ... む $data = fgets ( $fp , 4096 ); // ファイルの先頭に移動する。 // rewind($fp); と等価。 fseek ( $fp , 0 ); ? ...
https://man.plustar.jp/php/function.fseek.html - [similar]
XMLReader クラス 5966
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... r::moveToAttribute — 指定した名前の属性にカーソルを移動する XMLReader::moveToAttributeNo — 指定したインデッ ... クスの属性にカーソルを移動する XMLReader::moveToAttributeNs — 指定した名前の属 ... 性にカーソルを移動する XMLReader::moveToElement — 現在の属性の親要素に ... カーソルを移動する XMLReader::moveToFirstAttribute — 最初の属性にカ ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
オブジェクト内の前の画像に移動する 5966
« Gmagick::oilpaintimage Gmagick::profileimage » PHP Manual Gmagick オブジェクト内の前の画像に移動 ... Gmagick::previousimage — オブジェクト内の前の画像に移動する 説明 public Gmagick::previousimage (): bool 画像 ... スローします。 関連キーワード: 画像 , オブジェクト , 移動 , Gmagick , previousimage , エラー , パラメータ , ...
https://man.plustar.jp/php/gmagick.previousimage.html - [similar]
fd で指定したファイル内でのオフセットを、offset と whence に従って移動する 5936
« eio_rmdir eio_sendfile » PHP Manual Eio 関数 fd で指定したファイル内でのオフセットを、offset と ... whence に従って移動する eio_seek (PECL eio >= 0.5.0b) eio_seek — fd で指 ... ァイル内でのオフセットを、 offset と whence に従って移動する 説明 eio_seek ( mixed $fd , int $offset , int $ ... でのオフセットを、 offset と whence で指定した位置に移動します。 whence の意味は次のとおりです。 EIO_SEEK_SE ... T - 戦闘から offset バイトの位置に移動する。 EIO_SEEK_CUR - 現在の位置から offset バイト進 ...
https://man.plustar.jp/php/function.eio-seek.html - [similar]
ステートメントの結果セットの任意の行に移動する 5936
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... トの任意の行に移動する mysqli_stmt::data_seek mysqli_stmt_data_seek (P ... _data_seek — ステートメントの結果セットの任意の行に移動する 説明 オブジェクト指向型 public mysqli_stmt::dat ... トメントの結果セット内で、 任意の位置に結果ポインタを移動します。 mysqli_stmt_store_result() は、 mysqli_stmt ... します */ $stmt -> store_result (); /* 行番号 400 に移動します */ $stmt -> data_seek ( 399 ); /* 値を取得しま ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
内部ポインタをラージオブジェクトの先頭に移動する 5786
« OCILob::read OCILob::save » PHP Manual OCILob 内部ポインタをラージオブジェクトの先頭に移動する ... ::rewind — 内部ポインタをラージオブジェクトの先頭に移動する 説明 public OCILob::rewind (): bool 内部ポインタ ... ob , 内部 , ポインタ , ラージオブジェクト , 先頭 , 移動 , rewind , OCI , 名前 , 変更 ...
https://man.plustar.jp/php/ocilob.rewind.html - [similar]
指定されたメッセージをメールボックスに移動する 5615
« imap_mail_copy imap_mail » PHP Manual IMAP 関数 指定されたメッセージをメールボックスに移動する ... _mail_move — 指定されたメッセージをメールボックスに移動する 説明 imap_mail_move ( IMAP\Connection $imap , s ... されたメッセージを、 指定されたメールボックス mbox に移動します。 実際には mailbox にメッセージが コピー され ... ーする 関連キーワード: メッセージ , メールボックス , 移動 , mail , 指定 , nums , mailbox , 注意 , flags , 削 ...
https://man.plustar.jp/php/function.imap-mail-move.html - [similar]
その他の変更 5575
« PHP 7.2.x で推奨されなくなる機能 PHP 7.0.x から PHP 7.1.x への移行 » PHP Manual PHP 7.1.x から ... の他の変更 utf8_encode() および utf8_decode() 関数の移動 utf8_encode() および utf8_decode() 関数は、文字列関 ... 数の標準拡張モジュールに移動しました。以前は、この関数を使うには、 XML 拡張モジュ ... に変換していました。 MCrypt 拡張モジュールが PECL に移動 MCrypt 拡張モジュールは、PHPコアから PECL に移動... 関連キーワード: 変更 , 関数 , 拡張 , モジュール , 移動 , mail , configure , Unix , LMDB , 保存 ...
https://man.plustar.jp/php/migration72.other-changes.html - [similar]
カレントのディレクトリ名を返す 5545
« ftp_put ftp_quit » PHP Manual FTP 関数 カレントのディレクトリ名を返す ftp_pwd (PHP 4, PHP 5, P ... e , $ftp_user_pass ); // public_html ディレクトリに移動する ftp_chdir ( $ftp , 'public_html' ); // カレント ... > 参考 ftp_chdir() - FTP サーバー上でディレクトリを移動する ftp_cdup() - 親ディレクトリに移動する 関連キーワ ... ード: ディレクトリ , カレント , Connection , 移動 , 期待 , バージョン , インスタンス , 履歴 , サーバ ...
https://man.plustar.jp/php/function.ftp-pwd.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT