how can link two directories in php. Iam using php on linux platform.
I want to something like this
ln $dir1 $dir2 .
Is this possible. I guess link () function link two files not directories.
please help me in this regard .
Thanks
I want to something like this
ln $dir1 $dir2 .
Is this possible. I guess link () function link two files not directories.
please help me in this regard .
Thanks
Comment