From professional translators, enterprises, web pages and freely available translation repositories.
thanks for adding me
thanks for adding me
Last Update: 2017-01-21
Usage Frequency: 1
Quality:
Reference:
php_stream_seek() repositions the internal position of stream. the new position is determined by adding the offset to the position indicated by whence. if whence is set to seek_set, seek_cur or seek_end the offset is relative to the start of the stream, the current position or the end of the stream, respectively.
if whence is set to seek_set, seek_cur or seek_end the offset is relative to the start of the stream, the current position or the end of the stream, respectively.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Reference: