[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 284 lignes (9 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
pdb:: (7 méthodes):
int2()
int4()
write_header()
write()
read_header()
read()
fetch()
int2($value) X-Ref |
Convert a integer value to a two bytes value string |
int4($value) X-Ref |
Convert a integer value to a four bytes value string |
write_header($fd, $title, $content_length) X-Ref |
Writes the header of the pdb file containing the title of the document and different parameters including its size |
write($fd, $content, $title) X-Ref |
Writes the given text, title on the given file descriptor Note: It's saved as uncompressed doc Note2: File descriptor is not closed at the end of the function |
read_header($fd) X-Ref |
Reads the header of the pdb file and different parameters including its size |
read($fd) X-Ref |
Reads a pdb from the given file descriptor Note2: File descriptor is not closed at the end of the function |
fetch($content, $title, $document) X-Ref |
Creates a palmdoc and force the user to download it |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |