From professional translators, enterprises, web pages and freely available translation repositories.
표 1. longvarbinary handling
table 1.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
표 4-5. data handling configuration options
see also: max_execution_time.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참고: session handling was added in php 4.0.
to implement database storage, or any other storage method, you will need to use session_set_save_handler() to create a set of user-level storage functions.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참조 move_uploaded_file(), 그리고 단순한 사용예를 위해서 handling file uploads 부분
it depends on internal functionality of php which changed after that version.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
create a new pdf object, using default error handling and memory management.
create a new pdf object, using default error handling and memory management.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참고: handling of longvarbinary columns is also affected by odbc_binmode().
prev
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참조 is_uploaded_file(), 그리고 간단한 사용법 예를 위한 handling file uploads 부분.
see also is_uploaded_file(), and the section handling file uploads for a simple usage example.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
returns the connection status bitfield. see the connection handling description in the features chapter for a complete explanation.
see the connection handling description in the features chapter for a complete explanation.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the example below shows the handling of internal execptions by triggering errors and handling them with a user defined function:
the example below shows the handling of internal exceptions by triggering errors and handling them with a user defined function:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
php does not support encrypting/decrypting bit streams currently. as of now, php only supports handling of strings.
some other mode and random device constants:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
e_* 상수는 대개 error_reporting() 함수를 사용하여 reporting 레벨을 정할 때 흔히 사용된다. 이것에 관련된 모든 상수는 error handling 부분을 보라.
constants may not be redefined or undefined once they have been set; and
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
these are functions dealing with error handling and logging. they allow you to define your own error handling rules, as well as modify the way the errors can be logged. this allows you to change and enhance error reporting to suit your needs.
the error reporting functions allow you to customize what level and kind of error feedback is given, ranging from simple notices to customized functions returned during errors.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
process control support in php implements the unix style of process creation, program execution, signal handling and process termination. process control should not be enabled within a webserver environment and unexpected results may happen if any process control functions are used within a webserver environment.
process control should not be enabled within a webserver environment and unexpected results may happen if any process control functions are used within a webserver environment.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
a special handling allows fetching "multiple field" columns (which would otherwise all have the same column names). for each column of a "multiple field", the index name is constructed by appending the string "(n)" where n is the sub-index of the multiple field column, ranging from 1 to its declared repetition factor. the indices are not zero based, in order to match the nomenclature used in the respective query syntax. for a column declared as:
the indices are not zero based, in order to match the nomenclature used in the respective query syntax.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting