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

search for in the

lstat> <link
Last updated: Wed, 22 Jul 2009

view this page in

linkinfo

(PHP 4, PHP 5)

linkinfo — Haalt informatie over een link op

Beschrijving

int linkinfo ( string $path )

linkinfo() geeft het st_dev veld terug van de 'UNIX C stat structure' aangegeven door de lstat systeem aanroep. Deze functie wordt gebruikt om te kijken of de link path echt bestaat (gebruik makend van dezelfde methode als de S_ISLNK macro gedefinieerd in stat.h). Geeft 0 of FALSE terug in het geval van een fout.

Example#1 linkinfo() voorbeeld

<?php

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

?>

Zie ook symlink(), link(), en readlink().



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

lstat> <link
Last updated: Wed, 22 Jul 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites