Şunu aradınız:: fread (İngilizce - Rusça)

İnsan katkıları

Profesyonel çevirmenler, işletmeler, web sayfaları ve erişimin serbest olduğu çeviri havuzlarından.

Çeviri ekle

İngilizce

Rusça

Bilgi

İngilizce

fread

Rusça

Файловый ввод/вывод в языке Си

Son Güncelleme: 2013-02-03
Kullanım Sıklığı: 1
Kalite:

Referans: Wikipedia

İngilizce

{ $part = fread($file, 1024);

Rusça

digitalwrite(6, 0);

Son Güncelleme: 2018-02-21
Kullanım Sıklığı: 3
Kalite:

Referans: Wikipedia

İngilizce

$my_day = fread($file, 2);

Rusça

digitalwrite(7, 1);

Son Güncelleme: 2018-02-21
Kullanım Sıklığı: 1
Kalite:

Referans: Wikipedia

İngilizce

if (pipe) ret = fread(d, 1, num, pipe);

Rusça

fclose(pipe);

Son Güncelleme: 2018-02-21
Kullanım Sıklığı: 1
Kalite:

Referans: Wikipedia

İngilizce

instead of looping through all the lines, we could have achieved the same result with the function fread.

Rusça

Вместо цикличного прохода по всем строкам мы можем получить тот же результат функцией fread.

Son Güncelleme: 2018-02-21
Kullanım Sıklığı: 1
Kalite:

Referans: Wikipedia

İngilizce

if you work with very large text files with thousands of lines, be aware that the fread function uses more resources than the fgets function.

Rusça

При работе с очень большими текстовыми файлами помните, что fread использует больше ресурсов, чем fgets.

Son Güncelleme: 2018-02-21
Kullanım Sıklığı: 1
Kalite:

Referans: Wikipedia

İngilizce

$file = "data.xml"; $depth = array(); function startelement($parser, $name, $attrs) {global $depth; for ($i = 0; $i $depth[$parser]; $i++) {print" ";} print "$name\n"; $depth[$parser]++;} function endelement($parser, $name) {global $depth; $depth[$parser]--;} $xml_parser = xml_parser_create(); xml_set_element_handler($xml_parser, "startelement", "endelement"); if (!($fp = fopen($file, "r"))) {die("could not open xml input");} while ($data = fread($fp, 4096)) {if (!xml_parse($xml_parser, $data, feof($fp))) {die(sprintf("xml error: %s at line %d", xml_error_string(xml_get_error_code($xml_parser)), xml_get_current_line_number($xml_parser)));}} xml_parser_free($xml_parser);

Rusça

xml tag mapping example

Son Güncelleme: 2011-10-24
Kullanım Sıklığı: 1
Kalite:

Referans: Wikipedia
Uyarı: Görünmez HTML biçimlendirmesi içeriyor

Daha iyi çeviri için
7,762,640,244 insan katkısından yararlanın

Kullanıcılar yardım istiyor:



Deneyiminizi iyileştirmek için çerezleri kullanıyoruz. Bu siteyi ziyaret etmeye devam ederek çerezleri kullanmamızı kabul etmiş oluyorsunuz. Daha fazla bilgi edinin. Tamam