[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/quickstart/protected/index/Zend/Search/Lucene/Storage/ -> File.php (sommaire)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2006 Zend Technologies USA Inc. (http://www.zend.com)
License: http://www.zend.com/license/framework/1_0.txt Zend Framework License version 1.0
Poids: 376 lignes (11 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 13 fonctions

  readByte()
  writeByte()
  readBytes()
  writeBytes()
  readInt()
  writeInt()
  readLong()
  writeLong()
  readVInt()
  writeVInt()
  readString()
  writeString()
  readBinary()

Fonctions
Fonctions qui ne font pas partie d'une Classe:

readByte()   X-Ref
Reads a byte from the current position in the file
and advances the file pointer.

return: integer

writeByte($byte)   X-Ref
Writes a byte to the end of the file.

param: integer $byte

readBytes($num)   X-Ref
Read num bytes from the current position in the file
and advances the file pointer.

param: integer $num
return: string

writeBytes($data, $num=null)   X-Ref
Writes num bytes of data (all, if $num===null) to the end
of the file.

param: string $data
param: integer $num

readInt()   X-Ref
Reads an integer from the current position in the file
and advances the file pointer.

return: integer

writeInt($value)   X-Ref
Writes an integer to the end of file.

param: integer $value

readLong()   X-Ref
Returns a long integer from the current position in the file
and advances the file pointer.

return: integer

writeLong($value)   X-Ref
Writes long integer to the end of file

param: integer $value

readVInt()   X-Ref
Returns a variable-length integer from the current
position in the file and advances the file pointer.

return: integer

writeVInt($value)   X-Ref
Writes a variable-length integer to the end of file.

param: integer $value

readString()   X-Ref
Reads a string from the current position in the file
and advances the file pointer.

return: string

writeString($str)   X-Ref
Writes a string to the end of file.

param: string $str

readBinary()   X-Ref
Reads binary data from the current position in the file
and advances the file pointer.

return: string



Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7