検索ワード: gzwrite (ドイツ語 - 英語)

コンピュータによる翻訳

人が翻訳した例文から、翻訳方法を学びます。

German

English

情報

German

gzwrite

English

 

から: 機械翻訳
よりよい翻訳の提案
品質:

人による翻訳

プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。

翻訳の追加

ドイツ語

英語

情報

ドイツ語

gzwrite($zp, $s);

英語

gzwrite($zp, $s);

最終更新: 2018-02-13
使用頻度: 1
品質:

ドイツ語

this function is an alias of gzwrite().

英語

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

最終更新: 2018-02-13
使用頻度: 1
品質:

ドイツ語

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

英語

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

最終更新: 2018-02-13
使用頻度: 1
品質:

ドイツ語

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

英語

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

最終更新: 2018-02-13
使用頻度: 1
品質:

ドイツ語

?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";?

英語

?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";?

最終更新: 2011-10-24
使用頻度: 1
品質:

警告:見えない HTML フォーマットが含まれています

人による翻訳を得て
7,747,234,543 より良い訳文を手にいれましょう

ユーザーが協力を求めています。



ユーザー体験を向上させるために Cookie を使用しています。弊社サイトを引き続きご利用いただくことで、Cookie の使用に同意していただくことになります。 詳細。 OK