検索ワード: fread (英語 - ロシア語)

人による翻訳

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

翻訳の追加

英語

ロシア語

情報

英語

fread

ロシア語

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

最終更新: 2013-02-03
使用頻度: 1
品質:

参照: Wikipedia

英語

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

ロシア語

digitalwrite(6, 0);

最終更新: 2018-02-21
使用頻度: 3
品質:

参照: Wikipedia

英語

$my_day = fread($file, 2);

ロシア語

digitalwrite(7, 1);

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

参照: Wikipedia

英語

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

ロシア語

fclose(pipe);

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

参照: Wikipedia

英語

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

ロシア語

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

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

参照: Wikipedia

英語

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.

ロシア語

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

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

参照: Wikipedia

英語

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

ロシア語

xml tag mapping example

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

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

人による翻訳を得て
7,759,721,044 より良い訳文を手にいれましょう

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



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