1<?php 2 3function cli_set_process_title(string $title): bool {} 4 5function cli_get_process_title(): ?string {} 6