PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

lstat> <link
Last updated: Fri, 27 Jun 2008

view this page in

linkinfo

(PHP 4, PHP 5)

linkinfo — Pobiera informacje o linku

Opis

int linkinfo ( string $ścieżka )

linkinfo() zwraca pole st_dev o strukturze unix'owej funkcji (języka C) stat, pole zwracane jest poprzez wywołanie systemowe lstat. Ta funkcja używana jest do weryfikacji czy link (wskazywany przez ścieżkę ) naprawdę istnieje (używana jest ta sama metoda co w makrze S_ISLNK zdefiniowanym w stat.h). Zwraca 0 lub FALSE w przypadku błędu.

Example #1 przykład linkinfo()

<?php

echo linkinfo('/vmlinuz'); // 835

?>

Informacja: Ta funkcja nie jest dostępna na platformie Windows.

Patrz także: symlink(), link() i readlink().



add a note add a note User Contributed Notes
linkinfo
There are no user contributed notes for this page.

lstat> <link
Last updated: Fri, 27 Jun 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites