検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 340 for MODE (0.100 sec.)
FTP サーバーからファイルをダウンロードし、オープン中のファイルに保存する(非ブロ... 4633
« ftp_nb_continue ftp_nb_fput » PHP Manual FTP 関数 FTP サーバーからファイルをダウンロードし、オ ... resource $stream , string $remote_filename , int $mode = FTP_BINARY , int $offset = 0 ): int ftp_nb_fget( ... されます。 remote_filename リモートファイルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらか ... バージョンでは、 リソース を期待していました。 7.3.0 mode パラメータはオプションになりました。 これより前のバ ... ン , 保存 , ブロッキング , fget , ファイル , 取得 , mode , バージョン ...
https://man.plustar.jp/php/function.ftp-nb-fget.html - [similar]
FTP サーバーにファイルを保存する(非ブロッキング) 4633
« ftp_nb_get ftp_nlist » PHP Manual FTP 関数 FTP サーバーにファイルを保存する(非ブロッキング) ... g $remote_filename , string $local_filename , int $mode = FTP_BINARY , int $offset = 0 ): int | false ftp_ ... イルのパス。 local_filename ローカルファイルのパス。 mode 転送モード。 FTP_ASCII または FTP_BINARY のどちらか ... バージョンでは、 リソース を期待していました。 7.3.0 mode パラメータはオプションになりました。 これより前のバ ... ut , ファイル , filename , オープン , パラメータ , mode , int ...
https://man.plustar.jp/php/function.ftp-nb-put.html - [similar]
プロセスへのファイルポインタをオープンする 4633
« pclose readfile » PHP Manual ファイルシステム 関数 プロセスへのファイルポインタをオープンする ... オープンする 説明 popen ( string $command , string $mode ): resource | false command で指定したコマンドのフ ... イプをオープンします。 パラメータ command コマンド。 mode モード。読み取りを行う場合は 'r' を。 書き込みを行 ... れるということです。 この振る舞いを望まない場合は、 mode にバイナリモードを指定し、強制することが出来ます。 ... , コマンド , popen , ファイル , pclose , command , mode ...
https://man.plustar.jp/php/function.popen.html - [similar]
直近のクエリから結果セットを転送する 4633
« mysqli::stmt_init mysqli::$thread_id » PHP Manual mysqli 直近のクエリから結果セットを転送する ... ブジェクト指向型 public mysqli::store_result ( int $mode = 0 ): mysqli_result | false 手続き型 mysqli_store ... _result ( mysqli $mysql , int $mode = 0 ): mysqli_result | false mysqli_data_seek() で ... あるいは mysqli_init() が返す mysqli オブジェクト。 mode 指定したいオプション。以下のいずれかの値を指定しま ... , セット , result , 転送 , 直近 , store , メモリ , mode , コピー , 注意 ...
https://man.plustar.jp/php/mysqli.store-result.html - [similar]
Mcrypt 関数 4633
« Mcrypt 暗号 mcrypt_create_iv » PHP Manual Mcrypt Mcrypt 関数 Mcrypt 関数 目次 mcrypt_create_iv ... ードでサポートされる最大キー長を返す mcrypt_enc_get_modes_name — オープンされたモードの名前を返す mcrypt_en ... キー長を配列にして返す mcrypt_enc_is_block_algorithm_mode — オープンされたモードの暗号がブロックモードで動作 ... ルゴリズムであるかどうかを調べる mcrypt_enc_is_block_mode — オープンされたモードがブロック出力を行うかどうか ... ートされる全ての暗号を配列として取得する mcrypt_list_modes — サポートされる全てのモードの配列を取得する mcry ...
https://man.plustar.jp/php/ref.mcrypt.html - [similar]
win32service 4596
« variant_xor はじめに » PHP Manual Windows 用のモジュール win32service win32service はじめに イ ... the current running service win32_set_service_exit_mode — Define or return the exit mode for the current r ... , 定数 , 制御 , control , メッセージ , エントリ , mode , データベース ...
https://man.plustar.jp/php/book.win32service.html - [similar]
The EvIo class 4596
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... ited. Setting all file descriptors to non-blocking mode is also usually a good idea(but not required). Ano ... son it is impossible to run the fd in non-blocking mode, then separately re-test whether a file descriptor ... ock infinitely. Always consider using non-blocking mode. クラス概要 class EvIo extends EvWatcher { /* プロ ...
https://man.plustar.jp/php/class.evio.html - [similar]
ファイルを開く 4596
« eio_nthreads eio_poll » PHP Manual Eio 関数 ファイルを開く eio_open (PECL eio >= 0.0.1dev) eio ... く 説明 eio_open ( string $path , int $flags , int $mode , int $pri , callable $callback , mixed $data = NU ... pen() は、 path で指定したファイルをアクセスモード mode で開きます。 パラメータ path 開きたいファイルへのパ ... いる O_* と同じです。デフォルトは EIO_O_RDWR です。 mode EIO_S_I* 定数のいずれか、あるいは複数の (ビット OR ... , ファイル , リクエスト , callback , 定数 , 関数 , mode , data , path ...
https://man.plustar.jp/php/function.eio-open.html - [similar]
浮動小数点数を丸める 4596
« rand sin » PHP Manual Math 関数 浮動小数点数を丸める round (PHP 4, PHP 5, PHP 7, PHP 8) round ... und ( int | float $num , int $precision = 0 , int $mode = PHP_ROUND_HALF_UP ): float num を、指定した prec ... 合は 一番近い100の倍数に丸められる、という具合です。 mode 次の定数のいずれかを使って、丸めのモードを指定しま ... 5.8) float(136) float(140) float(100) float(0) 例3 mode の例 <?php echo 'Rounding modes with 9.5' . PHP_EO ... P_ROUND_HALF_ODD )); echo PHP_EOL ; echo 'Rounding modes with 8.5' . PHP_EOL ; var_dump ( round ( 8.5 , 0 ...
https://man.plustar.jp/php/function.round.html - [similar]
全二重接続を終了する 4596
« stream_socket_server stream_supports_lock » PHP Manual ストリーム 関数 全二重接続を終了する st ... 明 stream_socket_shutdown ( resource $stream , int $mode ): bool 全二重接続を (一時的あるいはそうでなく) 終 ... ば stream_socket_client() でオープンしたものなど)。 mode 以下の定数のいずれか。 STREAM_SHUT_RD (それ以降の受 ... , 終了 , shutdown , オープン , int , ストリーム , mode , pipe , 参考 ...
https://man.plustar.jp/php/function.stream-socket-shutdown.html - [similar]