Current Location: Home> Function Categories> symlink

symlink

Establish symbolic connection
Name:symlink
Category:File system
Programming Language:php
One-line Description:Create symbolic connection.

Definition and usage

symlink() function creates symbolic connections.

grammar

 link ( target , link )
parameter describe
target Required.
link Required.

illustrate

symlink() establishes a symbolic connection named link for existing targets .

Return true if successful, and false if failed.

Similar Functions
  • Provide information about the document stat

    stat

    Provideinformationab
  • Change file mode chmod

    chmod

    Changefilemode
  • Lightweight consultation file locking flock

    flock

    Lightweightconsultat
  • Get the inode of the file fileinode

    fileinode

    Gettheinodeofthefile
  • Rewind the file pointer position rewind

    rewind

    Rewindthefilepointer
  • Give information about a file or symbol connection lstat

    lstat

    Giveinformationabout
  • Close an open file pointer fclose

    fclose

    Closeanopenfilepoint
  • Parsing configuration strings parse_ini_string

    parse_ini_string

    Parsingconfiguration
Popular Articles