mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
5 lines
108 B
PHP
5 lines
108 B
PHP
<?php
|
|
|
|
function cli_set_process_title(string $title): bool {}
|
|
|
|
function cli_get_process_title(): ?string {}
|