PHP: readlink - Manual in Deutsh
PHP: readlink - Manual in French
PHP: readlink - Manual in Polish

You Are At PHP: readlink - Manual Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

readlink

(PHP 3, PHP 4, PHP 5)

readlink -- Returns the target of a symbolic link

Description

string readlink ( string path )

readlink() does the same as the readlink C function and returns the contents of the symbolic link path or FALSE in case of error.

Example 1. readlink() example

<?php

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

?>

Note: This function is not implemented on Windows platforms.

See also is_link(), symlink(), and linkinfo().

oprogramowanie magazynowe
Najtańszy fotograf lublin na ślub
kody kreskowe paskowe RFID Czytniki mobilne drukarki etykiet termina
Pozycjonowanie stron
Dostawca kas fiskalnych w Białymstoku

Another Useful functions:


ref.readline | function.ssh2-sftp-readlink | function.readlink | function.readline | function.readline-write-history | function.readline-redisplay | function.readline-read-history | function.readline-on-new-line | function.readline-list-history | function.readline-info | function.readline-completion-function | function.readline-clear-history | function.readline-callback-read-char | function.readline-callback-handler-remove | function.readline-callback-handler-install | function.readline-add-history | function.ovrimos-longreadlen | function.odbc-longreadlen |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.