Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
fread() reads up to length bytes from the file pointer referenced by fp.
(php 3, php 4)
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
returns the position of the file pointer referenced by fp; i.e., its offset into the file stream.
fp에 의해 참조되는 파일의 위치를 반환합니다. 다시 말해서 상쇄된 결과가 파일 스트림안으로 들어갑니다
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
after every document is referenced by its corresponding url, meta-data collected by indexer is used later in a search process.
참고: php contains built-in mysql access library, which can be used to access mysql. it is known that mnogosearch is not compatible with this built-in library and can work only with generic mysql libraries. thus, if you use mnogosearch with mysql, during php configuration you have to indicate directory of mysql installation, that was used during mnogosearch configuration, i.e. for example: --with-mnogosearch --with-mysql=/usr
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
sets the file position indicator for the file referenced by fp .the new position, measured in bytes from the beginning of the file, is obtained by adding offset to the position specified by whence, whose values are defined as follows:
fp 에 의해 참조되는 파일을 파일 위치 측정자로 설정합니다. 파일의 시작위치에서부터 바이트단위로 측정되는 새로운위치는 아래와 같이 정의된 whence 로부터 나열이 된 위치에 offset 을 추가하여 얻어집니다
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: