(PHP 4, PHP 5, PHP 7)
symlink — ������������
$target
, string $link
) : bool
symlink() �������е�
target
����һ����Ϊ
link
�ķ������ӡ�
target
���ӵ�Ŀ�ꡣ
link
���ӵ����ơ�
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
�汾 | ˵�� |
---|---|
5.3.0 | �˺����� Windows ƽ̨�Ͽ��ã�Vista��Server 2008 ����߰汾���� |
Example #1 ����һ����������
<?php
$target = 'uploads.php';
$link = 'uploads';
symlink($target, $link);
echo readlink($link);
?>
Note: ����� Windows������ PHP ��Vista��Server 2008 ����߰汾��������ʹ�á� ֮ǰ�汾�� Windows ��֧�ַ������ӡ�