From professional translators, enterprises, web pages and freely available translation repositories.
final cut streams raid 0 성능
final cut streams raid 0 performance
Last Update: 2011-03-16
Usage Frequency: 1
Quality:
표 43-1. ansi stdio equivalent functions in the streams api
the nmemb parameter is assumed to have a value of 1, so the prototype looks more like write( 2)
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the streams listed in the except array will be watched for exceptions.
you do not need to pass every array to stream_select().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the streams listed in the write array will be watched to see if a write will not block.
warning
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
streams are an integral part of php as of version 4.3.0. no steps are required to enable them.
for network related streams this is typically a hostname, often with a path appended.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
cfb (cipher feedback) is the best mode for encrypting byte streams where single bytes must be encrypted.
since data there is short and random, the disadvantages of ecb have a favorable negative effect.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
options holds additional flags set by the streams api. it can hold one or more of the following values or'd together.
you must return up-to count bytes of data from the current read / write position as a string.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this is the default option for streams; it requests that the include_path is not to be searched for the requested file.
requests that the include_path is to be searched for the requested file.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the streams api places no restrictions on the values you use for socktype, but encourages you to consider the portability of values you choose before you release your extension.
prev
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
mcal_event_set_category() sets the streams global event structure's category to the given string.
mcal_event_set_category() sets the streams global event structure's category to the given string.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
mcal_event_set_end() sets the streams global event structure's end date and time to the given values.
returns true.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
mcal_event_init() initializes a streams global event structure. this effectively sets all elements of the structure to 0, or the default settings.
returns true.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
all streams are registered as resources when they are created. this ensures that they will be properly cleaned up even if there is some fatal error. all of the filesystem functions in php operate on streams resources - that means that your extensions can accept regular php file pointers as parameters to, and return streams from their functions. the streams api makes this process as painless as possible:
all of the filesystem functions in php operate on streams resources - that means that your extensions can accept regular php file pointers as parameters to, and return streams from their functions.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: