来自专业的译者、企业、网页和免费的翻译库。
second, the connection to the sql server will not be closed when the execution of the script ends. instead, the link will remain open for future use.
second, the connection to the sql server will not be closed when the execution of the script ends. instead, the link will remain open for future use.
注意 never call this function with an origstream that is reference by a file pointer in a php script! this function may cause the underlying stream to be closed which could cause a crash when the script next accesses the file pointer!
참고: never call this function with an origstream that is reference by a file pointer in a php script! this function may cause the underlying stream to be closed which could cause a crash when the script next accesses the file pointer!
a filter is a final piece of code which may perform opperations on data as it is being read from or written to a stream. any number of filters may be stacked onto a stream. custom filters can be defined in a php script using stream_register_filter() or in an extension using the api reference in 第43章. to access the list of currently registered filters, use stream_get_filters().
a filter is a final piece of code which may perform opperations on data as it is being read from or written to a stream. any number of filters may be stacked onto a stream. custom filters can be defined in a php script using stream_register_filter() or in an extension using the api reference in 43장. to access the list of currently registered filters, use stream_get_filters().