Search Results
Parameters ¶ enable If set and not null, this function will set the ignore_user_abort ini setting to the given enable. Otherwise, this function will only return the previous setting without changing it.
Definition and Usage The ignore_user_abort () function sets whether a user should abort a script execution when he/she disconnects.
This function sets whether a client disconnect should cause a script to be aborted. It will return the previous setting and can be called without an argument to not change the current setting and only return the current setting. See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP.
Introduction à la fonction ignore_user_abort () La fonction ignore_user_abort () est une fonction intégrée de PHP qui permet à votre script PHP de continuer à s'exécuter même si l'utilisateur annule la requête. C'est un outil puissant qui peut être utilisé pour garantir que les opérations importantes sont terminées, même si l'utilisateur quitte la page ou ferme le navigateur.
Si définis et non null, la fonction va attribuer à la directive ignore_user_abort la valeur de enable. Si omis, cette fonction ne fait que retourner la valeur de la configuration courante.
Si définis et non null, la fonction va attribuer à la directive ignore_user_abort la valeur de enable. Si omis, cette fonction ne fait que retourner la valeur de la configuration courante.
People also ask
What does ignore_user_abort() do?
What does ignore_user_abort() do in PHP?
Does PHP detect if a user has aborted a connection?
If set and not null, this function will set the ignore_user_abort ini setting to the given enable. Otherwise, this function will only return the previous setting without changing it.
