From professional translators, enterprises, web pages and freely available translation repositories.
freeing up memory allocated for results.
udm_free_ispell_data
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
"blocks" - number of blocks allocated
"ctime" - time of last change
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
freeing up memory allocated for agent session.
udm_free_ispell_data
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the imagecolordeallocate() function de-allocates a color previously allocated with the imagecolorallocate() function.
$white = imagecolorallocate ($im, 255, 255, 255); imagecolordeallocate ($im, $white);
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
this method is called when the stream is closed, using fclose(). you must release any resources that were locked or allocated by the stream.
if there is not enough room, try to store as many bytes as possible.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
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.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the allocated buffer is returned in buf, and the number of bytes successfully read. you, the caller, are responsible for freeing the buffer by passing it and persistent to pefree().
you, the caller, are responsible for freeing the buffer by passing it and persistent to pefree().
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참고: one important thing to mention: if your resource is a rather complex structure which also contains pointers to memory you allocated during runtime you have to free them before freeing the resource itself!
the resource destruction handler (either normal or persistent resources) has the following prototype:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
a pointer to a pval structure, into which the return value of the invoked function is saved. the structure must be previously allocated - call_user_function() does not allocate it by itself.
a pointer to a pval structure, into which the return value of the invoked function is saved.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: