検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 368 for stream (0.027 sec.)
PHP のクラスとして実装された URL ラッパーを登録する 6152
« stream_supports_lock stream_wrapper_restore » PHP Manual ストリーム 関数 PHP のクラスとして実装 ... された URL ラッパーを登録する stream_wrapper_register (PHP 4 >= 4.3.2, PHP 5, PHP 7, PH ... P 8) stream_wrapper_register — PHP のクラスとして実装された UR ... L ラッパーを登録する 説明 stream_wrapper_register ( string $protocol , string $clas ... ス名。 flags protocol が URL プロトコルである場合は STREAM_IS_URL を設定しなければなりません。 デフォルトは 0 ...
https://man.plustar.jp/php/function.stream-wrapper-register.html - [similar]
接続されているかどうかにかかわらず、ソケットにデータを送信する 6090
« stream_socket_recvfrom stream_socket_server » PHP Manual ストリーム 関数 接続されているかどうか ... にかかわらず、ソケットにデータを送信する stream_socket_sendto (PHP 5, PHP 7, PHP 8) stream_socket_ ... どうかにかかわらず、ソケットにデータを送信する 説明 stream_socket_sendto ( resource $socket , string $data , ... gs は以下の値の組み合わせです。 flags でとりうる値 STREAM_OOB OOB (out-of-band) データを処理します。 address ... で返します。 失敗した場合に false を返します 例 例1 stream_socket_sendto() の例 <?php /* localhost のポート 1 ...
https://man.plustar.jp/php/function.stream-socket-sendto.html - [similar]
インターネットドメインまたは Unix ドメインのサーバーソケットを作成する 6072
« stream_socket_sendto stream_socket_shutdown » PHP Manual ストリーム 関数 インターネットドメイン ... または Unix ドメインのサーバーソケットを作成する stream_socket_server (PHP 5, PHP 7, PHP 8) stream_socket_ ... たは Unix ドメインのサーバーソケットを作成する 説明 stream_socket_server ( string $address , int &$error_code ... ull , string &$error_message = null , int $flags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN , ? resource $c ... ソケットのみを作成します。接続待ちの状態に入るには、 stream_socket_accept() 関数を使います。 パラメータ addres ...
https://man.plustar.jp/php/function.stream-socket-server.html - [similar]
ユーザー定義のストリームフィルタを登録する 6011
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... ムフィルタを登録する stream_filter_register (PHP 5, PHP 7, PHP 8) stream_filte ... — ユーザー定義のストリームフィルタを登録する 説明 stream_filter_register ( string $filter_name , string $cl ... ass ): bool stream_filter_register() は、 fopen() や fread() などのフ ... た場合に true を、失敗した場合に false を返します。 stream_filter_register() は、 指定された filter_name がす ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
インターネットドメインまたは Unix ドメインのソケット接続を開く 5949
« stream_socket_accept stream_socket_enable_crypto » PHP Manual ストリーム 関数 インターネットド ... メインまたは Unix ドメインのソケット接続を開く stream_socket_client (PHP 5, PHP 7, PHP 8) stream_socket_ ... メインまたは Unix ドメインのソケット接続を開く 説明 stream_socket_client ( string $address , int &$error_code ... ge = null , ? float $timeout = null , int $flags = STREAM_CLIENT_CONNECT , ? resource $context = null ): res ... リームはデフォルトではブロックモードで開かれますが、 stream_set_blocking() を使うことで非ブロックモードに 変更 ...
https://man.plustar.jp/php/function.stream-socket-client.html - [similar]
Returns numeric file descriptor of a socket, or stream 5887
« EventUtil::getLastSocketError EventUtil::getSocketName » PHP Manual EventUtil Returns numeric ... file descriptor of a socket, or stream EventUtil::getSocketFd (PECL event >= 1.7.0) Event ... — Returns numeric file descriptor of a socket, or stream 説明 public static EventUtil::getSocketFd ( mixed ... int Returns numeric file descriptor of a socket or stream specified by socket argument just like the Event e ... nally for all methods accepting socket resource or stream. パラメータ socket Socket resource or stream. 戻り ...
https://man.plustar.jp/php/eventutil.getsocketfd.html - [similar]
指定されたストリームのファイル書き込みバッファリングを有効にする 5869
« stream_set_timeout stream_socket_accept » PHP Manual ストリーム 関数 指定されたストリームのファ ... イル書き込みバッファリングを有効にする stream_set_write_buffer (PHP 4 >= 4.3.0, PHP 5, PHP 7, PH ... P 8) stream_set_write_buffer — 指定されたストリームのファイル書 ... き込みバッファリングを有効にする 説明 stream_set_write_buffer ( resource $stream , int $size ): ... int stream で指定されたファイルポインタに size で表されたバイ ...
https://man.plustar.jp/php/function.stream-set-write-buffer.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 5843
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... n ciphers と RC4 です。 新しい定数 OPENSSL_DEFAULT_STREAM_CIPHERS で、この一覧にアクセスできます。 また、(過 ... でネゴシエート済みのプロトコルと暗号へのアクセスが、 stream_get_meta_data() あるいは stream_context_get_option ... が true になっている場合に有効です。 <?php $ctx = stream_context_create ([ 'ssl' => [ 'capture_session_meta ... ( 'https://google.com/' , FALSE , $ctx ); $meta = stream_context_get_options ( $ctx )[ 'ssl' ][ 'session_me ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
bucket を brigade の先頭に追加する 5825
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... 追加する stream_bucket_prepend (PHP 5, PHP 7, PHP 8) stream_bucket ... _prepend — bucket を brigade の先頭に追加する 説明 stream_bucket_prepend ( resource $brigade , object $bucke ... cket オブジェクト。 戻り値 値を返しません。 例 例1 stream_bucket_prepend() の例 <?php class foo extends php_ ... out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) { $consumed += $buc ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
select() システムコールと同等の操作を、 ストリームの配列に対して seconds と micr... 5825
« stream_resolve_include_path stream_set_blocking » PHP Manual ストリーム 関数 select() システム ... roseconds で指定されたタイムアウト時間をもって行う stream_select (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) strea ... onds で指定されたタイムアウト時間をもって行う 説明 stream_select ( ? array &$read , ? array &$write , ? arra ... econds , ? int $microseconds = null ): int | false stream_select() はストリームの配列を受け取ると、 それらの ... データが発生したかどうかの監視が行われます。 注意 : stream_select() の終了時には、 どのストリームの状態が実際 ...
https://man.plustar.jp/php/function.stream-select.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT