mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
f328594072
Closes GH-5295.
6 lines
108 B
PHP
6 lines
108 B
PHP
<?php
|
|
|
|
function cli_set_process_title(string $title): bool {}
|
|
|
|
function cli_get_process_title(): ?string {}
|