Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
delete the pdf object, and free all internal resources.
delete the pdf object, and free all internal resources.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
close the page handle, and free all page-related resources.
close the page handle, and free all page-related resources.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
releases resources for the query associated with result_id. returns false on error.
returns false on error.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
dba_close() closes the established database and frees all resources specified by handle.
dba_close() closes the established database and frees all resources specified by handle.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
the resource destruction handler (either normal or persistent resources) has the following prototype:
zend_register_list_destructors_ex() accepts the following parameters:
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
15. if php can manipulate com objects, can we imagine to use mts to manage components resources, in conjunction with php?
php itself doesn 't handle transactions yet.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
no, you can't. com instances are treated as resources and therefore they are only available in a single script's context.
com instances are treated as resources and therefore they are only available in a single script 's context.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
resources are things like file or database result handles that are allocated and freed by internal php functions and that may need some cleanup when they are no longer in use but haven't been freed by user code.
see the documentation on the resource -type for more information.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
for example, resources are used to store database links and file descriptors. the de facto standard implementation can be found in the mysql module, but other modules such as the oracle module also make use of resources.
to create a new resource you need to register a resource destruction handler for it.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
this method is called during instantiation of the filter class object. if your filter allocates or initializes any other resources (such as a buffer), this is the place to do it.
the closing parameter tells you whether the stream is, in fact, in the process of closing.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
most db++ functions operate on or return dbplus_relation resources. a dbplus_relation is a handle to a stored relation or a relation generated as the result of a query.
dbplus_err_panic (integer)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
all streams are registered as resources when they are created. this ensures that they will be properly cleaned up even if there is some fatal error. all of the filesystem functions in php operate on streams resources - that means that your extensions can accept regular php file pointers as parameters to, and return streams from their functions. the streams api makes this process as painless as possible:
all of the filesystem functions in php operate on streams resources - that means that your extensions can accept regular php file pointers as parameters to, and return streams from their functions.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: