Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
terminate script execution on failed assertions.
you can turn dynamic loading of php extensions with dl() on and off per virtual server or per directory.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
proc_close() is similar to pclose() except that it only works on processes opened by proc_open(). proc_close() waits for the process to terminate, and returns it's exit code. if you have open pipes to that process, you should fclose() them prior to calling this function in order to avoid a deadlock - the child process may not be able to exit while the pipes are open.
if you have open pipes to that process, you should fclose() them prior to calling this function in order to avoid a deadlock - the child process may not be able to exit while the pipes are open.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :