setThreadTitle() 函数可以设置线程标题。
语法
bool setthreadtitle( string $title )
setThreadTitle() 函数可以在成功时返回 true,在失败时返回 false。
示例
<?php
setthreadtitle("myscript");
?>
setThreadTitle() 函数可以设置线程标题。
bool setthreadtitle( string $title )
setThreadTitle() 函数可以在成功时返回 true,在失败时返回 false。
<?php
setthreadtitle("myscript");
?>