ďťż

Ładny brzuch

czy da się sprawdzić istnienie pliku na zdalnym serwerze?? bo np
file_exists('http://www.gtathegame.net/adv/gtabutton.gif')
nie działa choć podany plik istnieje...




Podpowiedź: Od wersji 5.0.0 PHP ta funkcja może być użyta także z niektórymi wrapperami URL. Zobacz Dodatek J aby uzyskać listę wrapperów które obsługują funkcjonalność z rodziny stat().

file:// is the default wrapper used with PHP and represents the local filesystem. When a relative path is specified (a path which does not begin with /, \, \\, or a windows drive letter) the path provided will be applied against the current working directory. In many cases this is the directory in which the script resides unless it has been changed. Using the CLI sapi, this defaults to the directory from which the script was called.
Z tego wynika ze raczej nie :( Chyba trzeba uzyc wtyczek.
Użytkownik Ali240 edytował ten post 04 lipiec 2005, 13:51
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • zsf.htw.pl
  •