★ wanayoo — archive 1999 http://fr.php.net/manual/nl/function.readlink.phpNouvelle recherche | Portail wanayoo
PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

realpath> <readfile
Last updated: Sat, 30 Dec 2006
view this page in

readlink

(PHP 3, PHP 4, PHP 5)

readlink -- Geeft het doel van een symbolic link weer

Beschrijving

string readlink ( string path )

readlink() doet hetzelfde als de readlink C functie en geeft de inhoud van een symbolic link terug, of 0 in het geval van een fout.

Voorbeeld 1. readlink() voorbeeld

<?php

// output e.g. /boot/vmlinux-2.4.20-xfs
echo readlink('/vmlinuz');

?>

Zie ook is_link(), symlink() en linkinfo().



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

realpath> <readfile
Last updated: Sat, 30 Dec 2006
 
 
show source | credits | sitemap | contact | advertising | mirror sites