Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
<PROTECTED> initialization(빠른 초기화)
<PROTECTED> initialization
Ultimo aggiornamento 1970-01-01
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
iv is the initialization vector.
mcrypt_cbc
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
iv is the optional initialization vector.
mcrypt encryption functions
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
표 39-1. macros to access initialization entries in php
finally, you have to introduce your initialization entries to php.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
access to initialization entries can also be handled with the macros shown in 표 39-1.
ini_orig_int( name)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
php 4 features a redesigned initialization file support. it's now possible to specify default initialization entries directly in your code, read and change these values at runtime, and create message handlers for change notifications.
to create an .ini section in your own module, use the macros php_ini_begin() to mark the beginning of such a section and php_ini_end() to mark its end.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
finally, you have to introduce your initialization entries to php. this can be done in the module startup and shutdown functions, using the macros register_ini_entries() and unregister_ini_entries():
zend_minit_function( mymodule) {register_ini_entries();} zend_mshutdown_function(mymodule) {unregister_ini_entries();}
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: