De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
표 1. longvarbinary handling
table 1.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
표 4-5. data handling configuration options
see also: max_execution_time.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
참고: 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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
참조 move_uploaded_file(), 그리고 단순한 사용예를 위해서 handling file uploads 부분
it depends on internal functionality of php which changed after that version.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
create a new pdf object, using default error handling and memory management.
create a new pdf object, using default error handling and memory management.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
참고: handling of longvarbinary columns is also affected by odbc_binmode().
prev
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
참조 is_uploaded_file(), 그리고 간단한 사용법 예를 위한 handling file uploads 부분.
see also is_uploaded_file(), and the section handling file uploads for a simple usage example.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
e_* 상수는 대개 error_reporting() 함수를 사용하여 reporting 레벨을 정할 때 흔히 사용된다. 이것에 관련된 모든 상수는 error handling 부분을 보라.
constants may not be redefined or undefined once they have been set; and
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
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.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
Advertencia: contiene formato HTML invisible