Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
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à:
注意 be aware that some stream implementations need to be handled very carefully. a few basic rules:
a few basic rules:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
resource management is a crucial issue, especially in server software. one of the most valuable resources is memory, and memory management should be handled with extreme care. memory management has been partially abstracted in zend, and you should stick to this abstraction for obvious reasons: due to the abstraction, zend gets full control over all memory allocations. zend is able to determine whether a block is in use, automatically freeing unused blocks and blocks with lost references, and thus prevent memory leaks. the functions to be used are described in the following table:
zend is able to determine whether a block is in use, automatically freeing unused blocks and blocks with lost references, and thus prevent memory leaks.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: