您要查找的是不是:
- ADO.StreamADO.Stream
- STREAM算法STREAM algorithm
- ADODB.StreamADODB.Stream
- 從Stream類(lèi)派生的類(lèi)包括Classes that derive from the Stream class include
- capturing stream (河流)襲奪
- inverted stream (逆流河)倒流河
- 用于寫(xiě)入文件的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運算符要求輸入在組中按列進(jìn)行排序。The Stream Aggregate operator requires input ordered by the columns within its groups.
- 它可以包裝在可通過(guò)BaseStream屬性訪(fǎng)問(wèn)的Stream對象中。It can be wrapped in a Stream object, accessible through the BaseStream property.
- Stream的默認實(shí)現創(chuàng )建一個(gè)新的單字節數組,然后調用Read。The default implementation on Stream creates a new single-byte array and then calls Read.
- 可寫(xiě)Stream實(shí)例,用于存儲要由當前請求發(fā)送到服務(wù)器的數據。A writable Stream instance used to store data to be sent to the server by the current request.
- 關(guān)閉端口連接,將IsOpen屬性設置為false,并釋放內部Stream對象。Closes the port connection, sets the IsOpen property to false, and disposes of the internal Stream object.
- 指示關(guān)閉TextFieldParser對象后,是否仍將stream保持為打開(kāi)狀態(tài)。Indicates whether to leave stream open when the TextFieldParser object is closed.
- 下面列出了用在stream_filter_append()中的幾個(gè)內置的流過(guò)濾器。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將刷新所有經(jīng)過(guò)緩沖處理的數據,本質(zhì)上是為您調用了Flush。Calling Close on a Stream flushes any buffered data, essentially calling Flush for you.