전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
tlb(translation lookaside buffer)
translation lookaside buffer
마지막 업데이트: 2006-09-06
사용 빈도: 1
품질:
contents: output buffer contents
output buffer status
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function discards the contents of the output buffer.
(php 4 = 4.2.0)
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
reads len bytes from the content into the given buffer.
prev
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function discards the contents of the output buffer and turns off output buffering.
this function discards the contents of the output buffer and turns off output buffering.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
the function socket_write() writes to the socket socket from buffer.
the optional parameter length can specify an alternate length of bytes written to the socket.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function does not destroy the output buffer like ob_end_clean() does.
this function does not destroy the output buffer like ob_end_clean() does.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this will return the contents of the output buffer or false, if output buffering isn't active.
this will return the contents of the output buffer or false, if output buffering isn 't active.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
get the contents of the pdf output buffer. the result must be used by the client before calling any other pdflib function.
the result must be used by the client before calling any other pdflib function.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this will return the length of the contents in the output buffer or false, if output buffering isnt't active.
this will return the length of the contents in the output buffer or false, if output buffering isn 't active.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function returns false if parser does not refer to a valid parser, or else it returns which line the parser is currently at in its data buffer.
prev
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
php://output allows you to write to the output buffer mechanism in the same way as print() and echo().
php: / /output allows you to write to the output buffer mechanism in the same way as print() and echo().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
the optional parameter length can specify an alternate length of bytes written to the socket. if this length is greater then the buffer length, it is silently truncated to the length of the buffer.
returns the number of bytes successfully written to the socket or false one error.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
ocifetch() 함수는 다음 열(select 구문을 위해)을 내부 결과 버퍼(internal result-buffer)에 페치한다.
ocifetch() fetches the next row (for select statements) into the internal result-buffer.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function returns false if parser does not refer to a valid parser, or else it returns which byte index the parser is currently at in its data buffer (starting at 0).
prev
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
ncurses_instr() returns the number of charaters read from the current character position until end of line. buffer contains the characters. atrributes are stripped from the characters.
atrributes are stripped from the characters.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
this function will turn output buffering on. while output buffering is active no output is sent from the script (other than headers), instead the output is stored in an internal buffer.
the contents of this internal buffer may be copied into a string variable using ob_get_contents().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
an optional output_callback function may be specified. this function takes a string as a parameter and should return a string. the function will be called when ob_end_flush() is called, or when the output buffer is flushed to the browser at the end of the request. when output_callback is called, it will receive the contents of the output buffer as its parameter and is expected to return a new output buffer as a result, which will be sent to the browser.
when output_callback is called, it will receive the contents of the output buffer as its parameter and is expected to return a new output buffer as a result, which will be sent to the browser.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: