Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
표 1. longvarbinary handling
table 1.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
표 4-5. data handling configuration options
see also: max_execution_time.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
참고: 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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
참조 move_uploaded_file(), 그리고 단순한 사용예를 위해서 handling file uploads 부분
it depends on internal functionality of php which changed after that version.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
create a new pdf object, using default error handling and memory management.
create a new pdf object, using default error handling and memory management.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
참고: handling of longvarbinary columns is also affected by odbc_binmode().
prev
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
참조 is_uploaded_file(), 그리고 간단한 사용법 예를 위한 handling file uploads 부분.
see also is_uploaded_file(), and the section handling file uploads for a simple usage example.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
e_* 상수는 대개 error_reporting() 함수를 사용하여 reporting 레벨을 정할 때 흔히 사용된다. 이것에 관련된 모든 상수는 error handling 부분을 보라.
constants may not be redefined or undefined once they have been set; and
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
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.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta