[ Pobierz całość w formacie PDF ]
.realpathPodręcznik PHPPoprzedniNastępnyrealpath (PHP 4 >= 4.0)realpath -- Returns canonicalized absolute pathnameDescriptionstring realpath (string path)
realpath() expands all symbolic links andresolves references to '/./', '/./' and extra '/' characters inthe input path and return the canonicalizedabsolute pathname.The resulting path will have no symbolic link,'/./' or '/./' components.
Przykład 1.realpath() example$real_path = realpath ("././index.php");PoprzedniSpis treściNastępnylstatPoczątek rozdziałusymlink
[ Pobierz całość w formacie PDF ]