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
- Host: GitHub
- URL: https://github.com/pp3345/php-thread-title
- Owner: pp3345
- License: lgpl-3.0
- Created: 2017-01-10T16:47:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T16:54:19.000Z (over 9 years ago)
- Last Synced: 2025-03-05T05:42:39.563Z (over 1 year ago)
- Language: C
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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)
```