Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Отметьте корректный способ чтения из файла первых 5 символов?
$newfile = fopen('test.txt','w'); $text = fread($newfile,'5');
$newfile = fopen('test.txt','a'); $text = fread($newfile,'5');
$newfile = fopen('test.txt','r'); $text = fread($newfile,'5');
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!