Results for gzwrite translation from German to English

Computer translation

Trying to learn how to translate from the human translation examples.

German

English

Info

German

gzwrite

English

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

German

English

Info

German

gzwrite($zp, $s);

English

gzwrite($zp, $s);

Last Update: 2018-02-13
Usage Frequency: 1
Quality:

German

this function is an alias of gzwrite().

English

see also gzread(), gzopen(), and gzputs().

Last Update: 2018-02-13
Usage Frequency: 1
Quality:

German

diese funktion ist ein alias für: gzwrite() .

English

diese funktion ist ein alias für: is_int() .

Last Update: 2018-02-13
Usage Frequency: 1
Quality:

German

gzwrite() schreibt den inhalt von string in die angegebene gz-datei aus.

English

read data from the file specified by fd onto the end of the buffer.

Last Update: 2018-02-13
Usage Frequency: 1
Quality:

German

?php $filename = tempnam ('/ tmp', 'zlibtest') .'.gz'; print "html \n head / head \n body \n pre \n"; $s = "only a test, test, test, test, test, test, test, test!\n"; / / Öffne eine datei zum schreibzugriff mit der maximalen kompressionsstufe $zp = gzopen($filename, "w9"); / / schreibe den string in die datei gzwrite($zp, $s); / / schließe die datei gzclose($zp); / / Öffne die datei zum lesezugriff $zp = gzopen($filename, "r"); / / lese 3 zeichen print gzread($zp, 3); / / gebe den inhalt aus, bis die datei vollständig ausgegeben ist. gzpassthru($zp); print "\n"; / / Öffne die datei und gebe den inhalt zum zweiten mal aus if (readgzfile($filename) != strlen($s)) {echo "fehler in den zlib-funktionen !";} unlink($filename); print" / pre \n / h1 / body \n / html \n";?

English

?php $filename = tempnam ('/ tmp', 'zlibtest') .'.gz'; print "html \n head / head \n body \n pre \n"; $s = "only a test, test, test, test, test, test, test, test!\n"; / / open file for writing with maximum compression $zp = gzopen($filename, "w9"); / / write string to file gzwrite($zp, $s); / / close file gzclose($zp); / / open file for reading $zp = gzopen($filename, "r"); / / read 3 char print gzread($zp, 3); / / output until end of the file and close it. gzpassthru($zp); print "\n"; / / open file and print content (the 2nd time). if (readgzfile($filename) != strlen($s)) {echo "error with zlib functions !";} unlink($filename); print" / pre \n / h1 / body \n / html \n";?

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
7,761,960,009 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK