Solar_Symlink::remove()

static public void Solar_Symlink::remove ( string $path )

Removes a file or directory symbolic link.

Parameters

  • (string) $path: The symbolic link to remove.

Returns

  • (void)

Description

Removes a file or directory symbolic link.

Actually, this will remove the file or directory even if it's not a symbolic link, so be careful with it.



Local