update : 2015.11.03
php.shukuma.com검색:
|
cli_set_process_title(PHP 5, PHP 7 >= 5.5.0, PHP 7) cli_set_process_title — Sets the process title 설명
bool cli_set_process_title
( string
$title
)Sets the process title visible in tools such as top and ps. This function is available only in CLI mode. 인수
반환값
성공 시 오류/예외
An 예제
Example #1 cli_set_process_title() example
<?php 참고
|