Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
link path
連結路徑
Dernière mise à jour : 2006-09-06
Fréquence d'utilisation : 1
Qualité :
readlink() does the same as the readlink c function and returns the contents of the symbolic link path or 0 in case of error.
readlink() does the same as the readlink c function and returns the contents of the symbolic link path or 0 in case of error.
the resulting path will have no symbolic link, '/. /' or '/.. /' components.
realpath() expands all symbolic links and resolves references to '/./', '/../' and extra '/' characters in the input path and return the canonicalized absolute pathname. the resulting path will have no symbolic link, '/./' or '/../' components.