SplFileInfo::isLink(PHP 5 >= 5.1.2) SplFileInfo::isLink — Tells if the file is a link Описание
   public bool SplFileInfo::isLink
    ( void
   ) 
  Use this method to check if the file referenced by the SplFileInfo object is a link. Список параметровУ этой функции нет параметров. Возвращаемые значенияReturns TRUE if the file is a link, FALSE otherwise. Примеры
 Пример #1 SplFileInfo::isLink() example 
<?php | 
||