📄 oldinterface.pod
字号:
=head1 NAMEFCGI - Fast CGI module=head1 SYNOPSIS use FCGI; $count = 0; while(FCGI::accept() >= 0) { print("Content-type: text/html\r\n\r\n", ++$count); }=head1 DESCRIPTIONFunctions:=over 4=item FCGI::accept()Accepts a connection. Returns 0 on success.If a connection has been accepted before, the oldone will be finished first.=item FCGI::finish()Finishes accepted connection.=item FCGI::flush()Flushes accepted connection.=item FCGI::set_exit_status(status)Sets the exit status that finish returns to the server.=item FCGI::start_filter_data()Does anyone use this function ?=back=head1 AUTHORSven Verdoolaege <skimo@kotnet.org>=cut__END__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -