PHP - Fonction Proctitle setthreadtitle ()

La fonction setthreadtitle () peut définir un titre de fil.

Syntaxe

bool setthreadtitle( string $title )

La fonction setthreadtitle () peut retourner true en cas de succès ou false en cas d'échec.

Exemple

<?php
   setthreadtitle("myscript");
?>