您搜索了: 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,791,529,013 条人工翻译中汲取

用户现在正在寻求帮助:



Cookie 讓我們提供服務。利用此服務即表示你同意我們使用Cookie。 更多資訊。 確認