The function used to open a general-purpose file reference for reading and writing binary data in PHP is ____. The resource returned by it is used with functions such as fgets().
The described function is fopen().