Zend 200-500 Question Answer
How can precisely one byte be read from a file, pointed by $fp? (Choose 2)
fread($fp, 1);
fgets($fp, 1);
fgetss($fp, 1);
fgetc($fp);
All of the above
TESTED 09 Jan 2026
Copyright © 2014-2026 ACE4Sure. All Rights Reserved