您要查找的是不是:
- ADO.StreamADO.Stream
- STREAM演算法STREAM algorithm
- ADODB.StreamADODB.Stream
- 從Stream類派生的類包括Classes that derive from the Stream class include
- capturing stream (河流)襲奪
- inverted stream (逆流河)倒流河
- 用於寫入文件的Stream對象。A Stream object used to write to a file.
- stream cut terrace (岩石階地)河切階地
- superimposed stream (遺傳河)上置河流
- Stream Aggregate運算符的執行計劃輸出顯示如下。The execution plan output of the Stream Aggregate operator appears below.
- Stream Aggregate運算符要求輸入在組中按列進行排序。The Stream Aggregate operator requires input ordered by the columns within its groups.
- 它可以包裝在可通過BaseStream屬性訪問的Stream對象中。It can be wrapped in a Stream object, accessible through the BaseStream property.
- Stream的默認實現創建一個新的單位元組數組,然後調用Read。The default implementation on Stream creates a new single-byte array and then calls Read.
- 可寫Stream實例,用於存儲要由當前請求發送到伺服器的數據。A writable Stream instance used to store data to be sent to the server by the current request.
- 關閉埠連接,將IsOpen屬性設置為false,並釋放內部Stream對象。Closes the port connection, sets the IsOpen property to false, and disposes of the internal Stream object.
- 指示關閉TextFieldParser對象后,是否仍將stream保持為打開狀態。Indicates whether to leave stream open when the TextFieldParser object is closed.
- 下面列出了用在stream_filter_append()中的幾個內置的流過濾器。The following is a list of a few built-in stream filters for use with stream_filter_append().
- 要得到自己的PHP版本中所安裝的傳輸器列表,使用stream_get_transports()。For a list of transports installed in your version of PHP use stream_get_transports().
- 值得指出stream_filter_append()與stream_filter_prepend()之間有少許不平衡。It is worth noting a slight asymmetry between stream_filter_append() and stream_filter_prepend().
- 在Stream上調用Close將刷新所有經過緩衝處理的數據,本質上是為您調用了Flush。Calling Close on a Stream flushes any buffered data, essentially calling Flush for you.