An open API service indexing awesome lists of open source software.

https://github.com/pp3345/php-thread-title

PHP extension for setting thread titles
https://github.com/pp3345/php-thread-title

Last synced: about 1 month ago
JSON representation

PHP extension for setting thread titles

Awesome Lists containing this project

README

          

# PHP thread title extension
This is a very simple extension for setting thread titles in PHP scripts.

## Requirements
* PHP 7.1 (probably works with 7.0 as well)
* php-pthreads extension
* Linux

## Usage
```php
bool set_thread_title(string $title)
```