linkinfo

(PHP 3, PHP 4 , PHP 5)

linkinfo -- Restituisce informazioni su un collegamento

Descrizione

int linkinfo ( string path )

linkinfo() restituisce il st_dev campo della struttura stat dello Unix C restituita dalla chiamata di sistema lstat. Questa funzione è usata per verificare se un link (puntato da path) esiste davvero (usando lo stesso metodo della macro S_ISLNK definita in stat.h). Restituisce 0 o FALSE in caso di errore.

Esempio 1. Esempio di uso di linkinfo()

<?php

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

?>

Nota: Questa funzione non è implementata su piattaforme Windows

Vedere anche symlink(), link() e readlink().

Hosting by: hurra.com
Generated: 2007-01-26 17:56:26