File::read()

File::read() -- read bytes from a file

Synopsis

Описание

File::read() reads a specific amount of bytes from a specified file and returns them to the user.

Параметр

Возвращаемое значение

mixed - this function returns the requested bytes from the file if there were no errors, FALSE if it reached EOF or a PEAR_Error object if an error has occured during reading from file.

Throws

Заметка

Эта функция может быть вызвана статически.

См. также

File::readChar()
File::readLine()
File::readAll()

Пример

    Поддержать сайт на родительском проекте КГБ