Новые книги

C# 2008 Programmers Reference provides a concise and thorough reference on all aspects of the language. Each chapter contains detailed code samples that provide a quick and easy way to understand the key concepts covered.
Peter Seibel

interviews 15 of the most interesting computer programmers alivetoday in

, offering a brand-new companion volume to Apress’shighly acclaimed best-seller

by Jessica Livingston. As thewords “at work” suggest, Peter Seibel focuses on how his interviewees tacklethe day-to-day work of programming, while revealing much more, like how theybecame great programmers, how they recognize programming talent in others, andwhat kinds of problems they find most interesting.

Coders at Work

Founders at Work

filesize

Учебник РНР
Назад Вперёд

filesize

(PHP 3, PHP 4)

filesize - получает размер файла.

Описание

int filesize (string filename)

Возвращает размер файла в байтах или FALSE - в случае ошибки.

Результаты работы этой функции кэшируются. См. clearstatcache().

Эта функция не будет работать с remote/удалёнными файлами; проверяемый файл обязан быть доступен через файловую систему сервера.


Назад Оглавление Вперёд
fileperms Вверхfiletype