From professional translators, enterprises, web pages and freely available translation repositories.
stdout
표준출력
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
php: / /stdout
php://output
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
standard output (stdout)
표준 출력 (stdout)
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
error reading stdout or stderr
stdout 또는 stderr 함수에서 읽기 오류
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
output to file instead of stdout:
output to file instead of stdout:
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
print the selected color to stdout
선택한 색상을 표준 출력에 출력합니다name of translators
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
the clibpdf library takes the filename "-" as a synonym for stdout.
참고: the return value will be needed in further versions of clibpdf as the first parameter in all other functions which are writing to the pdf document.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
print all error messages to stdout, normally error messages go to stderr
모든 오류 메시지를 표준출력으로 출력하기. 보통 오류메시지는 표준에러로 감
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
kioclient cat'url '# writes out the contents of'url' to stdout
kioclient cat 'url' # 'url' 의 내용을 표준 출력으로 씁니다
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
alternative to: desk top file to start. d-bus service will be printed to stdout
의 대용품: 시작할 데스크톱 파일. 표준 출력으로 d- bus 서비스를 출력합니다
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
if buffering is disabled, the data is written straight to the output, which is the browser making the request in the case of php on a web server, or stdout for cli based php.
php_stream_passthru() outputs all remaining data from stream to the active output buffer and returns the number of bytes output. if buffering is disabled, the data is written straight to the output, which is the browser making the request in the case of php on a web server, or stdout for cli based php. this function will use memory mapped files if possible to help improve performance.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
if you want to send your output to the screen make the filename: "php: / /stdout" (support for this is in 4.0.1 and up).
the swf_openfile() must be the first function you call, otherwise your script will cause a segfault. if you want to send your output to the screen make the filename: "php://stdout" (support for this is in 4.0.1 and up).
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting