Mine works as long as the samba volume is actually mounted. Having it listed in the "My Computer" window doesn't warrant that.
![]() |
|
||||||||||
|
XXIX. Функции для работы с каталогамиТребованияЭти функции всегда доступны. УстановкаДля использования этих функций не требуется проведение установки, поскольку они являются частью ядра PHP. Настройка во время выполненияДанное расширение не определяет никакие директивы конфигурации в php.ini. Предопределенные константыПеречисленные ниже константы определены данным расширением и могут быть доступны только в том случае, если PHP был собран с поддержкой этого расширения или же в том случае, если данное расширение подгружается во время выполнения.
Смотрите такжеЗа описанием сопутствующих функций, таких, как dirname(), is_dir(), mkdir() и rmdir(), обратитесь к главе Файловая система.
Функции для работы с каталогами
Jean-Paul Wattiaux
31-Aug-2007 08:08
Mine works as long as the samba volume is actually mounted. Having it listed in the "My Computer" window doesn't warrant that.
adrian
20-Aug-2007 02:33
Samba mounts under a Windows environment are not accessible using the mounted drive letter. For instance, if you have drive X: in Windows mounted to //example.local/shared_dir (where example.local is a *nix box running Samba), the following constructs
phdwight at yahoo dot com
27-Mar-2007 08:45
I have posted this same observation in scandir, and found out that it is not limited to scandir alone but to ALL directory functions.
dkflbk at nm dot ru
14-Sep-2006 04:29
I wrote a simple backup script which puts all files in his folder (and all of the sub-folders) in one TAR archive...
engin bzzzt biz
01-Feb-2006 12:07
To join directory and file names in a cross-platform manner you can use the following function.
msh at onliners dot dk
30-Jan-2006 03:49
I would like to present these two simple functions for generating a complete directory listing - as I feel the other examples are to restrictive in terms of usage.
Nicolas Merlet - admin(at)merletn.org
22-Jan-2006 07:34
Here is a very similar function to *scandir*, if you are still using PHP4... |