検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 368 for stream (0.070 sec.)
既存のラージオブジェクトのストリームをオープンする 4033
« PDO::pgsqlLOBCreate PDO::pgsqlLOBUnlink » PHP Manual PostgreSQL (PDO) 既存のラージオブジェクト ... RAM_STR ); $stmt -> fetch ( PDO :: FETCH_BOUND ); $stream = $db -> pgsqlLOBOpen ( $oid , 'r' ); header ( "Co ... ntent-type: application/octet-stream" ); fpassthru ( $stream ); ?> 参考 PDO::pgsqlLOBCr ...
https://man.plustar.jp/php/pdo.pgsqllobopen.html - [similar]
Constructs EventBufferEvent object 4016
« EventBufferEvent::connectHost EventBufferEvent::createPair » PHP Manual EventBufferEvent Const ... d $arg = null ) Create a buffer event on a socket, stream or a file descriptor. Passing null to socket means ... h the new buffer event. socket May be created as a stream(not necessarily by means of sockets extension) opt ...
https://man.plustar.jp/php/eventbufferevent.construct.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 4016
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コー ... ェイスは自動的に上書きされます。 コールバック機能は stream_select() と組み合わせると 有用です。これは readlin ... hile ( $prompting ) { $w = NULL ; $e = NULL ; $n = stream_select ( $r = array( STDIN ), $w , $e , null ); if ... ると readline コールバックインターフェイスに通知する stream_select() - select() システムコールと同等の操作を、 ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
XML ドキュメントの処理を開始する 4016
« xml_parse_into_struct xml_parser_create_ns » PHP Manual XML パーサ 関数 XML ドキュメントの処理 ... ドリングは例を簡単にするため省略しています。 <?php $stream = fopen ( 'large.xml' , 'r' ); $parser = xml_parse ... ハンドラをセットアップする while (( $data = fread ( $stream , 16384 ))) { xml_parse ( $parser , $data ); // 現 ... スを終了する xml_parser_free ( $parser ); fclose ( $stream ); 関連キーワード: 処理 , 開始 , ドキュメント , デ ...
https://man.plustar.jp/php/function.xml-parse.html - [similar]
ファイルについての情報を取得する 4016
« streamWrapper::unlink ストリーム 関数 » PHP Manual streamWrapper ファイルについての情報を取得す ...streamWrapper::url_stat (PHP 4 >= 4.3.2, PHP 5, PHP 7, PH ... P 8) streamWrapper::url_stat — ファイルについての情報を取得する ... 説明 public streamWrapper::url_stat ( string $path , int $flags ): ar ... 値の OR で組み合わせて使用します。 Flag Description STREAM_URL_STAT_LINK 他のリソースへのリンクを行うことがで ...
https://man.plustar.jp/php/streamwrapper.url-stat.html - [similar]
ネットワーク 3998
« mqseries_strerror はじめに » PHP Manual その他のサービス ネットワーク ネットワーク はじめに イ ... ンコードせずにクッキーを送信する socket_get_status — stream_get_meta_data のエイリアス socket_set_blocking — s ... eam_set_blocking のエイリアス socket_set_timeout — stream_set_timeout のエイリアス syslog — システムログのメ ...
https://man.plustar.jp/php/book.network.html - [similar]
CURLStringFile クラス 3998
« CURLFile::setPostFilename CURLStringFile::__construct » PHP Manual cURL CURLStringFile クラス ... ring $postname , string $mime = "application/octet-stream" ) } プロパティ data アップロードするデータ postna ... ァイルの MIME タイプ(デフォルトは application/octet-stream ) 参考 curl_setopt() CURLFile 目次 CURLStringFile: ...
https://man.plustar.jp/php/class.curlstringfile.html - [similar]
ファイルポインタを移動する 3998
« fscanf fstat » PHP Manual ファイルシステム 関数 ファイルポインタを移動する fseek (PHP 4, PHP 5 ... ファイルポインタを移動する 説明 fseek ( resource $stream , int $offset , int $whence = SEEK_SET ): int stre ... るストレージが固定長である場合などです。 パラメータ stream fopen() を使用して作成したファイルシステムポインタ ...
https://man.plustar.jp/php/function.fseek.html - [similar]
Prepares a query for execution 3998
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... the driver will wait indefinitely for results. SendStreamParamsAtExec true or false (the default is true ) C ... onfigures the driver to send all stream data at execution ( true ), or to send stream data ... et to true . For more information, see sqlsrv_send_stream_data() . Scrollable SQLSRV_CURSOR_FORWARD, SQLSRV_ ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
ストリームに EOF を送信する 3998
« ssh2_scp_send ssh2_sftp_chmod » PHP Manual SSH2 関数 ストリームに EOF を送信する ssh2_send_eof ... 。 パラメータ channel SSH のストリーム。 ssh2_fetch_stream() や ssh2_connect() のような関数から取得できます。 ... 、失敗した場合に false を返します。 参考 ssh2_fetch_stream() - 拡張データストリームを取得する 関連キーワード: ...
https://man.plustar.jp/php/function.ssh2-send-eof.html - [similar]