Новые книги

The first edition of this book started with the words: ‘A modern society could no longer function without the microprocessor.’

This is certainly still true but it is even truer if we include the microcontroller. While the microprocessor is at the heart of our computers, with a great deal of publicity, the microcontroller is quietly running the rest of our world. They share our homes, our vehicles and our workplace, and sing to us from our greetings cards. They are our constant, unseen companions and billions are being installed every year with little or no publicity. The purpose of this book is to give a worry-free introduction to microprocessors and microcontrollers. It starts at the beginning and does not assume any previous knowledge of microprocessors or microcontrollers and, in gentle steps, introduces the knowledge necessary to take those vital first steps into the world of the micro. John Crisp
Книга, которая покорила интернет-сообщество полнотой изложения, количеством материала, а также профессионализмом. После чтения данной книги вы станете профессионалом работы на компьютере на Windows 10! Вы узнаете все тонкости и секреты новой операционной системы, поймете, как обезопасить себя при работе в Интернете, узнаете, что такое пароль, который НЕ ВЗЛОМАТЬ, поймете, почему компьютеры одних пользователей работают намного быстрее других. В конце книги вас ждет приятный бонус.

filetype

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

filetype

(PHP 3, PHP 4)

filetype - получает тип файла.

Описание

string filetype (string filename)

Возвращает тип файла. Возможные значения: fifo, char, dir, block, link, file и unknown.

Возвращает FALSE при ошибке.

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

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

См. также is_dir(), is_file(), is_link(), file_exists() и stat().


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