Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

PHP - Proctitle setthreadtitle() Function



setthreadtitle() function can set a thread title.

Syntax

bool setthreadtitle( string $title )

setthreadtitle() function can return true on success or false on failure.

Example

<?php
   setthreadtitle("myscript");
?>
php_function_reference.htm
Advertisements