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
  • Copy the file copy

    copy

    Copythefile
  • Determine whether the given file name is a normal file is_file

    is_file

    Determinewhethertheg
  • Modify the owner of the symbolic link lchown

    lchown

    Modifytheownerofthes
  • Change the current umask umask

    umask

    Changethecurrentumas
  • See unlink() or unset() (PHP does not have delete keywords or functions) delete

    delete

    Seeunlink()orunset()
  • Get file modification time filemtime

    filemtime

    Getfilemodificationt
  • Get information about a connection linkinfo

    linkinfo

    Getinformationabouta
  • Change file mode chmod

    chmod

    Changefilemode