以下为句子列表:
英文: Creates a newly allocated byte array. Its size is the current size of this output stream and the valid contents of the buffer have been copied into it.
中文: 新创建一个过渡性的瞬态的字节数组,这个数组的大小是输入流在缓冲中当前的大小,内容是输入流在缓冲中当前的内容,这个方法执行后,当前输入流的缓冲被重置。
更详细...
英文: Flush the stream. This is done by writing any buffered output bytes to the underlying output stream and then flushing that stream.
中文: 刷新当前输出流,将任何缓冲输出的字节输出到此流中。
更详细...
英文: The fprintf() function writes a formatted string to a specified output stream (example: file or database).
中文: 函数的作用是:输出格式化字符串到流/将格式化后的字符串写到输出流。
更详细...
英文: The server's locale is used for all formatting. Without this argument, the XML output stream contains information in structured, locale-neutral formats.
中文: 所以格式都使用服务器场所。若无此参数,包含结构化信息的XML输出流,被处理成场所无关格式。
更详细...
英文: The vfprintf() function writes a formatted string to a specified output stream (example: file or database).
中文: 函数的作用是:输出格式化字符串到流(例如:文件或数据库)。
更详细...
|