Results for fread translation from English to Russian

Human contributions

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

Add a translation

English

Russian

Info

English

fread

Russian

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

Last Update: 2013-02-03
Usage Frequency: 1
Quality:

Reference: Wikipedia

English

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

Russian

digitalwrite(6, 0);

Last Update: 2018-02-21
Usage Frequency: 3
Quality:

Reference: Wikipedia

English

$my_day = fread($file, 2);

Russian

digitalwrite(7, 1);

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

Reference: Wikipedia

English

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

Russian

fclose(pipe);

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

Reference: Wikipedia

English

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

Russian

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

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

Reference: Wikipedia

English

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.

Russian

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

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

Reference: Wikipedia

English

$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);

Russian

xml tag mapping example

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

Reference: Wikipedia
Warning: Contains invisible HTML formatting

Get a better translation with
7,762,736,273 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