Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
標準エラー出力
[go: Go Back, main page]

標準エラー出力


 STDERRというファイルハンドルが用意されています。
unless (-f 'application.conf') {
	print STDERR "設定ファイルが見つかりません。\n";
	exit 1;
}

関連項目

die関数
warn関数
・標準出力
標準入力